zcy 4 yıl önce
ebeveyn
işleme
b9da21dc57

+ 4 - 4
src/views/catenary/checklist/view/bl/indexColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '车间',
       align: 'center',
-      dataIndex: 'bm',
-      key: 'bm'
+      dataIndex: 'deptName',
+      key: 'deptName'
     },
     {
       title: '站场/区间',
       align: 'center',
-      dataIndex: 'qj',
-      key: 'qj'
+      dataIndex: 'stationName',
+      key: 'stationName'
     },
 
     {

+ 4 - 4
src/views/catenary/checklist/view/dc/indexColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '车间',
       align: 'center',
-      dataIndex: 'bm',
-      key: 'bm'
+      dataIndex: 'deptName',
+      key: 'deptName'
     },
     {
       title: '站场/区间',
       align: 'center',
-      dataIndex: 'qj',
-      key: 'qj'
+      dataIndex: 'stationName',
+      key: 'stationName'
     },
 
     {

+ 4 - 4
src/views/catenary/checklist/view/fd/indexColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '车间',
       align: 'center',
-      dataIndex: 'bm',
-      key: 'bm'
+      dataIndex: 'deptName',
+      key: 'deptName'
     },
     {
       title: '站场/区间',
       align: 'center',
-      dataIndex: 'qj',
-      key: 'qj'
+      dataIndex: 'stationName',
+      key: 'stationName'
     },
 
     {

+ 4 - 4
src/views/catenary/checklist/view/gl/indexColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '车间',
       align: 'center',
-      dataIndex: 'bm',
-      key: 'bm'
+      dataIndex: 'deptName',
+      key: 'deptName'
     },
     {
       title: '站场/区间',
       align: 'center',
-      dataIndex: 'qj',
-      key: 'qj'
+      dataIndex: 'stationName',
+      key: 'stationName'
     },
 
     {

+ 4 - 4
src/views/catenary/checklist/view/jc/indexColumns.js

@@ -12,14 +12,14 @@ function columns(vm) {
     {
       title: '车间',
       align: 'center',
-      dataIndex: 'bm',
-      key: 'bm'
+      dataIndex: 'deptName',
+      key: 'deptName'
     },
     {
       title: '站场/区间',
       align: 'center',
-      dataIndex: 'qj',
-      key: 'qj'
+      dataIndex: 'stationName',
+      key: 'stationName'
     },
 
     {

+ 2 - 2
src/views/catenary/fault/CheckAndEditModel.vue

@@ -22,7 +22,7 @@
           dict-code="substation"
         />
       </a-form-model-item>
-      <a-form-model-item label="行别" prop="xb">
+      <a-form-model-item label="行别" prop="xingbie">
         <j-dict-select-tag
           v-model="model.xb"
           placeholder="选择行别"
@@ -79,7 +79,7 @@ export default {
       validatorRules: {
         lineId: [{ required: true, message: '请选择' }],
         sb: [{ required: true, message: '请选择' }],
-        xb: [{ required: true, message: '请选择' }],
+        xingbie: [{ required: true, message: '请选择' }],
         glb: [{ required: true, message: '请输入' }],
         yylx: [{ required: true, message: '请选择' }],
         jlrq: [{ required: true, message: '请选择' }]

+ 1 - 1
src/views/catenary/fault/index.vue

@@ -13,7 +13,7 @@
         </a-form-item>
         <a-form-item>
           <j-list-select-tag
-            v-model="queryParam.substationId"
+            v-model="queryParam.sb"
             style="width: 150px"
             placeholder="选择所别"
             dict-code="substation"