소스 검색

提交代码

Lijy 7 달 전
부모
커밋
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;" },
 ];