浏览代码

字段修改

zcy 4 年之前
父节点
当前提交
a3b823fe86
共有 1 个文件被更改,包括 9 次插入3 次删除
  1. 9 3
      src/views/catenary/stand/view/fs/indexColumns.js

+ 9 - 3
src/views/catenary/stand/view/fs/indexColumns.js

@@ -34,10 +34,16 @@ function columns(vm) {
       key: 'xingbieText'
     },
     {
-      title: '公里标',
+      title: '开始公里标',
       align: 'center',
-      dataIndex: 'marker',
-      key: 'marker'
+      dataIndex: 'startMarker',
+      key: 'startMarker'
+    },
+    {
+      title: '结束公里标',
+      align: 'center',
+      dataIndex: 'endMarker',
+      key: 'endMarker'
     },
     {
       title: '支柱号',