dev_1.0.1
tangjie 2026-07-09 14:23:28 +08:00
parent e9fbc2ddc5
commit 79ed9d685a
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ export const FILED_STATUS_OPTIONS = [
/** 备案变更管理列表筛选项 */
export const CHANGE_STATUS_OPTIONS = [
{ label: "全部", value: "" },
{ label: "已打回", value: "3" },
{ label: "已备案", value: "1" },
{ label: "变更审核中", value: "4" },
];

View File

@ -160,7 +160,7 @@ export default function FilingListTable({
<ControlWrapper.Select
label="备案状态"
placeholder="全部"
allowClear={false}
showSearch={false}
style={{ width: "100%" }}
>