diff --git a/src/views/BasicData/MaintenanceEquipmentPerson/index.vue b/src/views/BasicData/MaintenanceEquipmentPerson/index.vue
index 301625a8..8fa29bcc 100644
--- a/src/views/BasicData/MaintenanceEquipmentPerson/index.vue
+++ b/src/views/BasicData/MaintenanceEquipmentPerson/index.vue
@@ -12,7 +12,7 @@
操作者:
查询
- 增加
+ 新增
@@ -115,7 +115,7 @@
@@ -202,7 +202,7 @@ export default {
this.getTable(getTableData, [this.equipmentNameCheck, this.equipmentNameValue, this.operatorCheck, this.operatorNum, this.pageCurrent, this.pageSize], ['tableData', 'total', 'loading'])
},
handleAdd() {
- this.addForm('form', [this.dialogFormVisible_form = true, this.title = '增加'])
+ this.addForm('form', [this.dialogFormVisible_form = true, this.title = '新增设备人员关系'])
},
handleEdit(row) {
this.No = row.设备人员关系流水号
diff --git a/src/views/Inventory/InventoryManagement/index.vue b/src/views/Inventory/InventoryManagement/index.vue
index d8918027..8d04d4ad 100644
--- a/src/views/Inventory/InventoryManagement/index.vue
+++ b/src/views/Inventory/InventoryManagement/index.vue
@@ -103,7 +103,7 @@
-
+
@@ -180,7 +180,7 @@
-
+
diff --git a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
index 3de74cd7..12ac0cab 100644
--- a/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
+++ b/src/views/Outsourcing/OutsourcingPaymentPlanManagement/index.vue
@@ -297,7 +297,7 @@
-
+
diff --git a/src/views/Outsourcing/PreorderAssociation/index.vue b/src/views/Outsourcing/PreorderAssociation/index.vue
index 03d290be..177c73de 100644
--- a/src/views/Outsourcing/PreorderAssociation/index.vue
+++ b/src/views/Outsourcing/PreorderAssociation/index.vue
@@ -107,18 +107,18 @@
选择
-
+
是
否
-
+
{{ scope.row.工艺名称 }}
-
+
diff --git a/src/views/PurchasingCenter/SupplierManagement/index.vue b/src/views/PurchasingCenter/SupplierManagement/index.vue
index f65b9bf1..9da66eda 100644
--- a/src/views/PurchasingCenter/SupplierManagement/index.vue
+++ b/src/views/PurchasingCenter/SupplierManagement/index.vue
@@ -65,7 +65,7 @@
查询
- 增加
+ 新增
@@ -73,7 +73,7 @@
供应商列表
-
+
{{ scope.row.供应商名称 }}
@@ -154,8 +154,8 @@
供应商联系人列表
- 增加
-
+ 新增
+
{{ scope.row.姓名 }}
@@ -190,7 +190,7 @@
-
+
@@ -306,12 +306,12 @@
-
+
@@ -441,7 +441,7 @@ export default {
this.$refs['form'].resetFields()
}
this.dialogFormVisible = true
- this.title = '增加'
+ this.title = '新增供应商'
this.form.供应商名称 = ''
this.form.企业性质 = ''
this.form.创立日期 = ''