Lijy 5 hónapja
szülő
commit
6b5204e6ff

+ 3 - 3
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contract/api.ts

@@ -13,7 +13,7 @@ export const EXPORT_CONTRACT = "/contract/exportContract"
 export const IMPORITEM = "/contract/importContract"
 
 export const statusArray = [
-  { label: "审核通过", value: "审核通过", color: "color:#67c23a;" },
-  { label: "待审核", value: "待审核", color: "color:#e6a23c;" },
-  { label: "已驳回", value: "已驳回", color: "color:#f56c6c;" },
+  { label: "审核通过", value: "0", color: "color:#67c23a;" },
+  { label: "待审核", value: "1", color: "color:#e6a23c;" },
+  { label: "已驳回", value: "2", color: "color:#f56c6c;" },
 ];