Преглед изворни кода

Merge remote-tracking branch 'origin/web-v2' into web-v2

heyang пре 2 година
родитељ
комит
715c10c65c

+ 1 - 1
src/views/comprehensive/laboratoryManagement/timingExhaustAir/index.vue

@@ -491,7 +491,7 @@
           id:item.id,
           exhaustType:item.exhaustType==1?0:1
         }
-        this.$confirm('确认'+item.exhaustType==1?'停用?':'启用?', "警告", {
+        this.$confirm('确定'+item.exhaustType==1?'停用排风任务吗?':'启用排风任务吗?', "警告", {
           confirmButtonText: "确定",
           cancelButtonText: "取消",
           type: "warning"