Browse Source

MOC管理 - “仪表连锁旁路”台账Tab名修改为“仪表参数修改”

wangggziwen 4 days ago
parent
commit
0ceb7cfa8c

+ 1 - 1
ui/src/views/process/moc/index.vue

@@ -13,7 +13,7 @@
       <el-tab-pane label="临时设施、其它" name="fourth">
         <Facility item="4" typename="" v-if="isFourth"></Facility>
       </el-tab-pane>
-      <el-tab-pane label="仪表联锁旁路" name="fifth">
+      <el-tab-pane label="仪表参数修改" name="fifth">
         <Interlock item="5" typename="" v-if="isFifth"></Interlock>
       </el-tab-pane>
       <el-tab-pane label="汇总" name="sixth">

+ 1 - 1
ui/src/views/process/moc/interlock/index.vue

@@ -955,7 +955,7 @@
       /** 导出按钮操作 */
       handleExport() {
         let _this = this;
-        this.$confirm(this.$t('是否确认导出所有仪表联锁旁路数据项?'), this.$t('警告'), {
+        this.$confirm(this.$t('是否确认导出所有仪表参数修改数据项?'), this.$t('警告'), {
           confirmButtonText: this.$t('确定'),
           cancelButtonText: this.$t('取消'),
           type: "warning"