wanglt 3 месяцев назад
Родитель
Сommit
5cc4755472
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ygtx-ui/src/views/gxt/monthRuntime/index.vue

+ 1 - 1
ygtx-ui/src/views/gxt/monthRuntime/index.vue

@@ -184,7 +184,7 @@ function getOrdersByNextPage() {
 /** 显示订单列表 */
 /** 显示订单列表 */
 function handleShowOrders(row, type) {
 function handleShowOrders(row, type) {
   isStop.value = type === 'stopped';
   isStop.value = type === 'stopped';
-  const title = isStop.value ? '停运设备列表' : '持续运行设备列表';
+  const title = isStop.value ? '停运设备列表' : '安全运行设备列表';
   
   
   ordersTitle.value = title;
   ordersTitle.value = title;