#
vincentlu
2026-01-10 1bc33546a044cbc84dd9595c19dbcd9a4e309fc9
zy-acs-flow/src/page/sta/StaPanel.jsx
@@ -184,7 +184,7 @@
                                    onChange={(event) => setTypeFilter(event.target.value)}
                                >
                                    <MenuItem value="">
                                        {translate('common.action.reset')}
                                        {translate('common.action.deselect')}
                                    </MenuItem>
                                    {RESERVE_TYPE_OPTIONS.map((option) => (
                                        <MenuItem key={option} value={option}>
@@ -204,7 +204,7 @@
                                    onChange={(event) => setStateFilter(event.target.value)}
                                >
                                    <MenuItem value="">
                                        {translate('common.action.reset')}
                                        {translate('common.action.deselect')}
                                    </MenuItem>
                                    {RESERVE_STATE_OPTIONS.map((option) => (
                                        <MenuItem key={option} value={option}>
@@ -399,7 +399,7 @@
    if (id === undefined || id === null || id === '') {
        return '-';
    }
    return map?.[id] || id;
    return map?.[id] || '-';
};
const formatReserveType = (value, translate) =>