ysy 2 lat temu
rodzic
commit
69857ac6f1

BIN
eom.zip


+ 1 - 1
src/views/purchasingManage/supplierManage/components/addContactDialog.vue

@@ -165,7 +165,7 @@
 
 
 
 
           <template v-slot:wechat="{ row }">
           <template v-slot:wechat="{ row }">
-            <el-input v-model="row.wechat" placeholder="请输入" maxlength="50"></el-input>
+            <el-input v-model="row.wechat" placeholder="请输入" maxlength="5cls0"></el-input>
           </template>
           </template>
           <template v-slot:email="{ row }">
           <template v-slot:email="{ row }">
             <el-input v-model="row.email" placeholder="请输入" maxlength="50"></el-input>
             <el-input v-model="row.email" placeholder="请输入" maxlength="50"></el-input>

+ 6 - 0
src/views/purchasingManage/supplierManage/components/contactDetailDialog.vue

@@ -411,6 +411,12 @@ export default {
             slot: 'phone',
             slot: 'phone',
             action: 'phone'
             action: 'phone'
           },
           },
+          {
+            label: '微信号',
+            prop: 'wechat',
+            slot: 'wechat',
+            action: 'wechat'
+          },
           {
           {
             label: '邮箱',
             label: '邮箱',
             prop: 'email',
             prop: 'email',

+ 6 - 0
src/views/saleManage/contact/components/contactDetailDialog.vue

@@ -410,6 +410,12 @@ export default {
             slot: 'phone',
             slot: 'phone',
             action: 'phone'
             action: 'phone'
           },
           },
+          {
+            label: '微信号',
+            prop: 'wechat',
+            slot: 'wechat',
+            action: 'wechat'
+          },
           {
           {
             label: '邮箱',
             label: '邮箱',
             prop: 'email',
             prop: 'email',