瀏覽代碼

提交代码

Lijy 5 月之前
父節點
當前提交
6b5204e6ff
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/contract/api.ts

+ 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;" },
 ];