linwenxin 4 ماه پیش
والد
کامیت
5ed691a314
1فایلهای تغییر یافته به همراه14 افزوده شده و 1 حذف شده
  1. 14 1
      src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

+ 14 - 1
src/views/setting/networkSigning/contractManagement/enterpriseCaCertification/index.vue

@@ -80,6 +80,7 @@ export default {
         companyName: '',
         companyWechatId: '',
         companyWechatName: '',
+        shortName: '',
         createBy: '',
         createTime: '',
         fadadaAuditFailReason: '',
@@ -131,7 +132,7 @@ export default {
       return [
         {
           name: 'el-select',
-          md: 12,
+          md: 6,
           options: this.websitList.map(item => ({ label: item.name, value: item.websitId })),
           attributes: {
             clearable: true,
@@ -153,6 +154,18 @@ export default {
         },
         {
           name: 'el-input',
+          md: 6,
+          attributes: {
+            placeholder: '请输入'
+          },
+          formItemAttributes: {
+            label: '网点简称',
+            prop: 'shortName',
+            rules: [...required]
+          }
+        },
+        {
+          name: 'el-input',
           md: 9,
           attributes: {
             placeholder: '请输入'