|
@@ -1,6 +1,6 @@
|
|
export type A2selectType = {
|
|
export type A2selectType = {
|
|
searchKey: string;
|
|
searchKey: string;
|
|
- dictLevel: "" | "一级" | "二级" | "三级";
|
|
|
|
|
|
+ dictLevel: "" | "一级" | "二级" | "三级"| "一般文物";
|
|
status: "" | 0 | 1 | 2 | 3 | 4 | 5;
|
|
status: "" | 0 | 1 | 2 | 3 | 4 | 5;
|
|
storageStatus: "" | 0 | 1 | 2 | 3 | 4;
|
|
storageStatus: "" | 0 | 1 | 2 | 3 | 4;
|
|
pageSize: number;
|
|
pageSize: number;
|
|
@@ -30,6 +30,10 @@ export const options1 = [
|
|
value: "三级",
|
|
value: "三级",
|
|
label: "三级",
|
|
label: "三级",
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ value: "一般文物",
|
|
|
|
+ label: "一般文物",
|
|
|
|
+ },
|
|
];
|
|
];
|
|
|
|
|
|
export const options2 = [
|
|
export const options2 = [
|