فهرست منبع

巡检工单已执行状态跳转

lipenghui 1 ماه پیش
والد
کامیت
6a08a81303
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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>