whj 1 year ago
parent
commit
38ba58dcd1

+ 5 - 5
src/views/idle-assets/modules/BaseForm.vue

@@ -138,20 +138,20 @@ export default {
           key: 'name'
         },
         {
-          title: '设备位号',
+          title: '设备位号',
           dataIndex: 'oldPositionNo',
           width: 150,
           key: 'oldPositionNo'
         },
         {
-          title: '设备位号',
+          title: '设备位号',
           dataIndex: 'newPositionNo',
           width: 150,
           key: 'newPositionNo',
           scopedSlots: { customRender: 'newPositionNo' }
         },
         {
-          title: '设备位置',
+          title: '设备位置',
           dataIndex: 'oldPositionId',
           width: 150,
           key: 'oldPositionId',
@@ -160,7 +160,7 @@ export default {
           }
         },
         {
-          title: '设备位置',
+          title: '设备位置',
           dataIndex: 'newPositionId',
           width: 150,
           key: 'newPositionId',
@@ -294,7 +294,7 @@ export default {
         let isBlack = 0
         this.sbInfoDTOS.forEach(item => {
           if (!item.newPositionId) {
-            this.$message.error('请选择设备位置!')
+            this.$message.error('请选择设备位置!')
             isBlack++
           }
           if (!item.newPositionNo) {

+ 4 - 4
src/views/idle-assets/modules/Detail.vue

@@ -79,25 +79,25 @@ export default {
           key: 'sbName'
         },
         {
-          title: '设备位号',
+          title: '设备位号',
           dataIndex: 'oldPositionNo',
           width: 150,
           key: 'oldPositionNo'
         },
         {
-          title: '设备位号',
+          title: '设备位号',
           dataIndex: 'newPositionNo',
           width: 150,
           key: 'newPositionNo'
         },
         {
-          title: '设备位置',
+          title: '设备位置',
           dataIndex: 'oldPositionName',
           width: 150,
           key: 'oldPositionName'
         },
         {
-          title: '设备位置',
+          title: '设备位置',
           dataIndex: 'newPositionName',
           width: 150,
           key: 'newPositionName'

+ 4 - 4
src/views/idle-assets/modules/TicketForm.vue

@@ -36,10 +36,10 @@
                 </tr>
                 <tr>
                   <td>设备名称</td>
-                  <td>设备位号</td>
-                  <td>设备位号</td>
-                  <td>设备位置</td>
-                  <td>设备位置</td>
+                  <td>设备位号</td>
+                  <td>设备位号</td>
+                  <td>设备位置</td>
+                  <td>设备位置</td>
                   <td>是否清洗</td>
                   <td>设备完好性</td>
                   <td>设备编号</td>