Переглянути джерело

注册资金去掉默认单位

lifanagju_citu 7 місяців тому
батько
коміт
62a0619191

+ 1 - 1
src/views/recruit/enterprise/entInfoSetting/informationSettingsComponents/businessInformation.vue

@@ -69,7 +69,7 @@ const formItems = ref({
       key: 'registeredCapital',
       value: '',
       col: 6,
-      suffix: '万元',
+      // suffix: '万元',
       label: '注册资金 *',
       rules: [v => !!v || '请输入注册资金']
     },