Przeglądaj źródła

巡检工单已执行状态跳转

lipenghui 1 miesiąc temu
rodzic
commit
6a08a81303
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/pms/stat/inspect.vue

+ 1 - 1
src/views/pms/stat/inspect.vue

@@ -168,7 +168,7 @@
           <el-col :span="12" class="flex flex-col items-center">
             <div ref="finishedChartRef" class="h-[160px] w-full"></div>
             <div class="text-center mt-2">
-              <span class="text-sm text-gray-600" style="text-decoration: underline;color: dodgerblue;cursor: pointer" @click="clickStatus('设备已执行')">已执行</span>
+              <span class="text-sm text-gray-600" style="text-decoration: underline;color: dodgerblue;cursor: pointer" @click="clickStatus('工单已执行')">已执行</span>
             </div>
           </el-col>
         </el-row>