Quellcode durchsuchen

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

画安 vor 2 Wochen
Ursprung
Commit
fcc6e19baf
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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%' }
             ],