Browse Source

客户档案-编辑页-状态显示为文字

jingbb 5 months ago
parent
commit
2b670837e4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

+ 2 - 1
src/views/cuspCode/CustomerProfile/CuspCustomerProfile.data.ts

@@ -370,7 +370,8 @@ export const formSchema: FormSchema[] = [
     labelWidth: 250,
     component: 'JDictSelectTag',
     componentProps:{
-        dictCode:"valid_status"
+        dictCode:"valid_status",
+        stringToNumber:true
      },
 
   },