caojunjie 1 year ago
parent
commit
a3ed62a429

+ 1 - 1
src/views/EquipmentArchives/detailsPage.vue

@@ -220,7 +220,7 @@ export default {
                 ],
             },
             {
-                label: "联系电话",
+                label: "联系电话",
                 prop: "contactsTel",
                 search: true,
                 overHidden: true,

+ 1 - 1
src/views/EquipmentArchives/js/optionList.js

@@ -138,7 +138,7 @@ export const optionList = {
       overHidden: true
     },
     {
-      label: "出日期",
+      label: "出日期",
       prop: "exitDate",
       overHidden: true
     },

+ 1 - 10
src/views/maintenanceQ/detailsPage.vue

@@ -181,15 +181,6 @@ export default {
             {
                 label: "设备地址",
                 prop: "deviceAddress",
-                dicData:[],
-                dataType: "string",
-                type: "cascader",
-                props: {
-                    label: 'name',
-                    value: 'name'
-                },
-                filterable: true,
-                minWidth: 250,
                 span: 12,
                 rules: [
                     {
@@ -324,7 +315,7 @@ export default {
       // 获取下拉字典
     getAllWorkDicts() {
         // 获取地址信息
-        this.findObject(this.option.column, "deviceAddress").dicData = JSON.parse(localStorage.getItem('areaTypeTree'))
+        // this.findObject(this.option.column, "deviceAddress").dicData = JSON.parse(localStorage.getItem('areaTypeTree'))
         // 获取维修工信息
         yhgetList().then(res=>{
             this.findObject(this.option.column, "maintenanceWorkerId").dicData = res.data.data.records

+ 1 - 1
src/views/maintenanceQ/index.vue

@@ -6,7 +6,7 @@
                        @refresh-change="refreshChange" @on-load="onLoad" :table-loading="loading" @saveColumn="saveColumn"
                        @resetColumn="resetColumn" :cell-style="cellStyle" @search-criteria-switch="searchCriteriaSwitch">
                 <template slot="menuLeft">
-                    <el-button type="primary" size="mini" @click.stop="newAdd()">新建设备档案
+                    <el-button type="primary" size="mini" @click.stop="newAdd()">新建维修
                     </el-button>
                 </template>
                 <template slot="corpIdSearch">

+ 2 - 2
src/views/maintenanceQ/js/optionList.js

@@ -82,12 +82,12 @@ export const option = {
       index: 6
     },
     {
-      label: "维修工名称",
+      label: "维修工",
       prop: "maintenanceWorkerName",
       index: 7
     },
     {
-      label: "维修电话",
+      label: "维修电话",
       prop: "maintenanceWorkerTel",
       index: 8
     },