Explorar el Código

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

画安 hace 2 semanas
padre
commit
fcc6e19baf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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%' }
             ],