ソースを参照

修改路口列表模式下的表头相位图改成阶段

画安 2 週間 前
コミット
fcc6e19baf
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/components/ui/CrossingListPanel.vue

+ 1 - 1
src/components/ui/CrossingListPanel.vue

@@ -115,7 +115,7 @@ export default {
                 { label: '状态', key: 'status', width: '6%' },
                 { label: '时间偏差', key: 'timeOffset', width: '8%' },
                 { label: '周期', key: 'cycle', width: '6%' },
-                { label: '相位状态', key: 'phaseStatus', width: '21%' }, // 图表留宽一点
+                { label: '阶段', key: 'phaseStatus', width: '21%' }, // 图表留宽一点
                 { label: '版本信息', key: 'version', width: '12%' },
                 { label: '操作', key: 'actions', width: '10%' }
             ],