Browse Source

解决bug

zhujun 2 years ago
parent
commit
7e24588104

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

@@ -529,7 +529,7 @@ export default {
             align: 'center'
           },
           {
-            label: '联系人名称',
+            label: '姓名',
             prop: 'linkName',
             slot: 'linkName',
             action: 'linkName',

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

@@ -392,7 +392,7 @@ export default {
             align: 'center'
           },
           {
-            label: '联系人名称',
+            label: '姓名',
             prop: 'linkName',
             slot: 'linkName',
             action: 'linkName',

+ 1 - 1
src/views/saleManage/contact/components/addContactDialog.vue

@@ -529,7 +529,7 @@ export default {
             align: 'center'
           },
           {
-            label: '联系人名称',
+            label: '姓名',
             prop: 'linkName',
             slot: 'linkName',
             action: 'linkName',

+ 1 - 1
src/views/saleManage/contact/components/contactDetailDialog.vue

@@ -392,7 +392,7 @@ export default {
             align: 'center'
           },
           {
-            label: '联系人名称',
+            label: '姓名',
             prop: 'linkName',
             slot: 'linkName',
             action: 'linkName',