cq 3 years ago
parent
commit
0c34ee6082
38 changed files with 97 additions and 97 deletions
  1. 1 1
      ui/src/views/production/blind/index.vue
  2. 1 1
      ui/src/views/production/day/index.vue
  3. 1 1
      ui/src/views/production/lbnhjstj/index.vue
  4. 1 1
      ui/src/views/production/month/index.vue
  5. 2 2
      ui/src/views/production/month/monthChart.vue
  6. 2 2
      ui/src/views/reliability/abnormalreport/index.vue
  7. 1 1
      ui/src/views/reliability/assetlist/index.vue
  8. 2 2
      ui/src/views/reliability/finish/index.vue
  9. 1 1
      ui/src/views/reliability/kkxglcs/index.vue
  10. 3 3
      ui/src/views/reliability/list/index.vue
  11. 1 1
      ui/src/views/reliability/original/index.vue
  12. 22 22
      ui/src/views/sems/approve/index.vue
  13. 9 9
      ui/src/views/sems/approve/tapprove-add.vue
  14. 1 1
      ui/src/views/sems/approve/tapprove-his.vue
  15. 2 2
      ui/src/views/sems/check/check.vue
  16. 3 3
      ui/src/views/sems/check/index.vue
  17. 2 2
      ui/src/views/sems/month/index.vue
  18. 2 2
      ui/src/views/sems/specCc/bf.vue
  19. 2 2
      ui/src/views/sems/specCc/index.vue
  20. 2 2
      ui/src/views/sems/specCc/ty.vue
  21. 2 2
      ui/src/views/sems/specCc/zx.vue
  22. 2 2
      ui/src/views/sems/specDzsb/bf.vue
  23. 2 2
      ui/src/views/sems/specDzsb/index.vue
  24. 2 2
      ui/src/views/sems/specDzsb/ty.vue
  25. 2 2
      ui/src/views/sems/specDzsb/zx.vue
  26. 2 2
      ui/src/views/sems/specGl/bf.vue
  27. 2 2
      ui/src/views/sems/specGl/index.vue
  28. 2 2
      ui/src/views/sems/specGl/ty.vue
  29. 2 2
      ui/src/views/sems/specGl/zx.vue
  30. 2 2
      ui/src/views/sems/specYlgd/bf.vue
  31. 2 2
      ui/src/views/sems/specYlgd/index.vue
  32. 2 2
      ui/src/views/sems/specYlgd/ty.vue
  33. 2 2
      ui/src/views/sems/specYlgd/zx.vue
  34. 2 2
      ui/src/views/sems/specYlrq/bf.vue
  35. 2 2
      ui/src/views/sems/specYlrq/index.vue
  36. 2 2
      ui/src/views/sems/specYlrq/ty.vue
  37. 2 2
      ui/src/views/sems/specYlrq/zx.vue
  38. 2 2
      ui/src/views/sems/thickness/index.vue

+ 1 - 1
ui/src/views/production/blind/index.vue

@@ -590,7 +590,7 @@
         getBlind(id).then(response => {
         getBlind(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('盲板清单');
+          this.title = this.$t('修改') + this.$t('盲板清单');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 1 - 1
ui/src/views/production/day/index.vue

@@ -354,7 +354,7 @@
         getDay(id).then(response => {
         getDay(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('报警统计(当天)');
+          this.title = this.$t('修改') + this.$t('报警统计(当天)');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 1 - 1
ui/src/views/production/lbnhjstj/index.vue

@@ -416,7 +416,7 @@
         getLbnhjstj(id).then(response => {
         getLbnhjstj(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('能耗管理统计');
+          this.title = this.$t('修改') + this.$t('能耗管理统计');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 1 - 1
ui/src/views/production/month/index.vue

@@ -383,7 +383,7 @@
         getMonth(id).then(response => {
         getMonth(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('报警统计(上月)');
+          this.title = this.$t('修改')+ this.$t('报警统计(上月)');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 2 - 2
ui/src/views/production/month/monthChart.vue

@@ -61,10 +61,10 @@
             data: []
             data: []
           },
           },
           yAxis: {
           yAxis: {
-            name: '总数',
+            name: this.$t('总数'),
           },
           },
           series: [{
           series: [{
-            name: '报警数',
+            name: this.$t('报警数'),
             type: 'bar',
             type: 'bar',
             barWidth: '40%',
             barWidth: '40%',
             data: []
             data: []

+ 2 - 2
ui/src/views/reliability/abnormalreport/index.vue

@@ -338,7 +338,7 @@
         <el-col>
         <el-col>
           <el-card class="box-card" shadow="hover">
           <el-card class="box-card" shadow="hover">
             <div slot="header" class="clearfix">
             <div slot="header" class="clearfix">
-              <span>{{ $t('班组') + $t('统计') }}</span>
+              <span>{{ $t('班组')+ $t('空格')+ $t('统计') }}</span>
             </div>
             </div>
             <div class="text item">
             <div class="text item">
               <team-data></team-data>
               <team-data></team-data>
@@ -621,7 +621,7 @@
         getAbnormalreport(id).then(response => {
         getAbnormalreport(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('异常报告管理');
+          this.title = this.$t('修改') + this.$t('异常报告管理');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 1 - 1
ui/src/views/reliability/assetlist/index.vue

@@ -467,7 +467,7 @@ export default {
       getAssetlist(id).then(response => {
       getAssetlist(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改') + " " + this.$t('资产清单');
+        this.title = this.$t('修改') + this.$t('资产清单');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */

+ 2 - 2
ui/src/views/reliability/finish/index.vue

@@ -302,7 +302,7 @@
         <el-col>
         <el-col>
           <el-card class="box-card" shadow="hover">
           <el-card class="box-card" shadow="hover">
             <div slot="header" class="clearfix">
             <div slot="header" class="clearfix">
-              <span>{{ $t('阶段') + $t('统计') }}</span>
+              <span>{{ $t('阶段')+ $t('空格') + $t('统计') }}</span>
             </div>
             </div>
             <div class="text item">
             <div class="text item">
               <step-data></step-data>
               <step-data></step-data>
@@ -504,7 +504,7 @@ export default {
       getFinish(id).then(response => {
       getFinish(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改') + " " + this.$t('结束的故障管理跟踪');
+        this.title = this.$t('修改') + this.$t('结束的故障管理跟踪');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */

+ 1 - 1
ui/src/views/reliability/kkxglcs/index.vue

@@ -509,7 +509,7 @@
         getKkxglcs(id).then(response => {
         getKkxglcs(id).then(response => {
           this.form = response.data;
           this.form = response.data;
           this.open = true;
           this.open = true;
-          this.title = this.$t('修改') + " " + this.$t('可靠性管理措施');
+          this.title = this.$t('修改') + this.$t('可靠性管理措施');
         });
         });
       },
       },
       /** 提交按钮 */
       /** 提交按钮 */

+ 3 - 3
ui/src/views/reliability/list/index.vue

@@ -547,7 +547,7 @@ export default {
       getList(id).then(response => {
       getList(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改') + " " + this.$t('故障管理跟踪');
+        this.title = this.$t('修改') + this.$t('故障管理跟踪');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */
@@ -588,7 +588,7 @@ export default {
     handleInsert(row) {
     handleInsert(row) {
       const ids = row.id || this.ids;
       const ids = row.id || this.ids;
       insertList(ids).then(response => {
       insertList(ids).then(response => {
-        this.msgSuccess("提交成功");
+        this.msgSuccess(this.$t('提交成功'));
         this.open = false;
         this.open = false;
         this.getList();
         this.getList();
       })
       })
@@ -626,7 +626,7 @@ export default {
           this.upload.open = false;
           this.upload.open = false;
           this.upload.isUploading = false;
           this.upload.isUploading = false;
           this.$refs.upload.clearFiles();
           this.$refs.upload.clearFiles();
-          this.$alert(response.msg, "导入结果", { dangerouslyUseHTMLString: true });
+          this.$alert(response.msg, this.$t('导入结果'), { dangerouslyUseHTMLString: true });
           this.getList();
           this.getList();
       },
       },
       // 提交上传文件
       // 提交上传文件

+ 1 - 1
ui/src/views/reliability/original/index.vue

@@ -499,7 +499,7 @@ export default {
       getOriginal(id).then(response => {
       getOriginal(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改') + this.$t('空格') + this.$t('故障管理初选');
+        this.title = this.$t('修改') + this.$t('故障管理初选');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */

+ 22 - 22
ui/src/views/sems/approve/index.vue

@@ -147,28 +147,28 @@
           :placeholder="$t('请选择') + $t('检查日期')">
           :placeholder="$t('请选择') + $t('检查日期')">
         </el-date-picker>
         </el-date-picker>
       </el-form-item>
       </el-form-item>
-      <el-form-item :label="$t('报告')+' ids'" prop="reportId">
+      <el-form-item :label="$t('报告')+$t('空格')+'ids'" prop="reportId">
         <el-input
         <el-input
           v-model="queryParams.reportId"
           v-model="queryParams.reportId"
-          :placeholder="$t('请输入') + $t('报告')+' ids'"
+          :placeholder="$t('请输入') + $t('报告')+$t('空格')+'ids'"
           clearable
           clearable
           size="small"
           size="small"
           @keyup.enter.native="handleQuery"
           @keyup.enter.native="handleQuery"
         />
         />
       </el-form-item>
       </el-form-item>
-      <el-form-item :label="$t('')+' ids'" prop="monthId">
+      <el-form-item :label="$t('月报告')+$t('空格')+'ids'" prop="monthId">
         <el-input
         <el-input
           v-model="queryParams.monthId"
           v-model="queryParams.monthId"
-          :placeholder="$t('请输入') + $t('月报告')+' ids'"
+          :placeholder="$t('请输入') + $t('月报告')+$t('空格')+'ids'"
           clearable
           clearable
           size="small"
           size="small"
           @keyup.enter.native="handleQuery"
           @keyup.enter.native="handleQuery"
         />
         />
       </el-form-item>
       </el-form-item>
-      <el-form-item :label="$t('')+' id'" prop="deptId">
+      <el-form-item :label="$t('部门')+$t('空格')+'id'" prop="deptId">
         <el-input
         <el-input
           v-model="queryParams.deptId"
           v-model="queryParams.deptId"
-          :placeholder="$t('请输入') + $t('部门')+' id'"
+          :placeholder="$t('请输入') + $t('部门')+$t('空格')+'id'"
           clearable
           clearable
           size="small"
           size="small"
           @keyup.enter.native="handleQuery"
           @keyup.enter.native="handleQuery"
@@ -234,7 +234,7 @@
     <el-table v-loading="loading" :data="approveList" @selection-change="handleSelectionChange" :height="clientHeight" border>
     <el-table v-loading="loading" :data="approveList" @selection-change="handleSelectionChange" :height="clientHeight" border>
       <el-table-column type="selection" width="55" align="center" />
       <el-table-column type="selection" width="55" align="center" />
       <el-table-column label="id" align="center" prop="id" :show-overflow-tooltip="true"/>
       <el-table-column label="id" align="center" prop="id" :show-overflow-tooltip="true"/>
-      <el-table-column :label="$t('申请人')+'id'" align="center" prop="userId" :show-overflow-tooltip="true"/>
+      <el-table-column :label="$t('申请人')+$t('空格')+'id'" align="center" prop="userId" :show-overflow-tooltip="true"/>
       <el-table-column :label="$t('设备id')+'s'" align="center" prop="devId" :show-overflow-tooltip="true"/>
       <el-table-column :label="$t('设备id')+'s'" align="center" prop="devId" :show-overflow-tooltip="true"/>
       <el-table-column :label="$t('设备类型')" align="center" prop="devType" :formatter="devTypeFormat" />
       <el-table-column :label="$t('设备类型')" align="center" prop="devType" :formatter="devTypeFormat" />
       <el-table-column :label="$t('审批类型')" align="center" prop="approveType" :formatter="approveTypeFormat" />
       <el-table-column :label="$t('审批类型')" align="center" prop="approveType" :formatter="approveTypeFormat" />
@@ -252,7 +252,7 @@
           <span>{{ parseTime(scope.row.endtime, '{y}-{m}-{d}') }}</span>
           <span>{{ parseTime(scope.row.endtime, '{y}-{m}-{d}') }}</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column :label="$t('流程')+'id'" align="center" prop="processId" :show-overflow-tooltip="true"/>
+      <el-table-column :label="$t('流程')+$t('空格')+'id'" align="center" prop="processId" :show-overflow-tooltip="true"/>
       <el-table-column :label="$t('政府回执时间')" align="center" prop="govDate" width="100">
       <el-table-column :label="$t('政府回执时间')" align="center" prop="govDate" width="100">
         <template slot-scope="scope">
         <template slot-scope="scope">
           <span>{{ parseTime(scope.row.govDate, '{y}-{m}-{d}') }}</span>
           <span>{{ parseTime(scope.row.govDate, '{y}-{m}-{d}') }}</span>
@@ -272,9 +272,9 @@
           <span>{{ parseTime(scope.row.checkDate, '{y}-{m}-{d}') }}</span>
           <span>{{ parseTime(scope.row.checkDate, '{y}-{m}-{d}') }}</span>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column :label="$t('报告')+'ids'" align="center" prop="reportId" :show-overflow-tooltip="true"/>
-      <el-table-column :label="$t('月报告')+'ids'" align="center" prop="monthId" :show-overflow-tooltip="true"/>
-      <el-table-column :label="$t('部门')+'id'" align="center" prop="deptId" :show-overflow-tooltip="true"/>
+      <el-table-column :label="$t('报告')+$t('空格')+'ids'" align="center" prop="reportId" :show-overflow-tooltip="true"/>
+      <el-table-column :label="$t('月报告')+$t('空格')+'ids'" align="center" prop="monthId" :show-overflow-tooltip="true"/>
+      <el-table-column :label="$t('部门')+$t('空格')+'id'" align="center" prop="deptId" :show-overflow-tooltip="true"/>
       <el-table-column :label="$t('操作')" align="center" fixed="right" width="120" class-name="small-padding fixed-width">
       <el-table-column :label="$t('操作')" align="center" fixed="right" width="120" class-name="small-padding fixed-width">
         <template slot-scope="scope">
         <template slot-scope="scope">
           <el-button
           <el-button
@@ -306,8 +306,8 @@
     <!-- 添加或修改特种设备申请对话框 -->
     <!-- 添加或修改特种设备申请对话框 -->
     <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
     <el-dialog :title="title" :visible.sync="open" width="500px" append-to-body>
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
       <el-form ref="form" :model="form" :rules="rules" label-width="80px">
-        <el-form-item :label="$t('申请人')+'id'" prop="userId">
-          <el-input v-model="form.userId" :placeholder="$t('请输入')+ $t('申请人')+'id'" />
+        <el-form-item :label="$t('申请人')+$t('空格')+'id'" prop="userId">
+          <el-input v-model="form.userId" :placeholder="$t('请输入')+ $t('申请人')+$t('空格')+'id'" />
         </el-form-item>
         </el-form-item>
         <el-form-item :label="$t('设备id')+'s'" prop="devId">
         <el-form-item :label="$t('设备id')+'s'" prop="devId">
           <el-input v-model="form.devId" :placeholder="$t('请输入')+$t('设备id')+'s'" />
           <el-input v-model="form.devId" :placeholder="$t('请输入')+$t('设备id')+'s'" />
@@ -362,8 +362,8 @@
                           :placeholder="$t('请选择') + $t('结束时间')">
                           :placeholder="$t('请选择') + $t('结束时间')">
           </el-date-picker>
           </el-date-picker>
         </el-form-item>
         </el-form-item>
-        <el-form-item :label="$t('流程')+'id'" prop="processId">
-          <el-input v-model="form.processId" :placeholder="$t('请输入') +$t('流程')+'id'" />
+        <el-form-item :label="$t('流程')+$t('空格')+'id'" prop="processId">
+          <el-input v-model="form.processId" :placeholder="$t('请输入') +$t('流程')+$t('空格')+'id'" />
         </el-form-item>
         </el-form-item>
         <el-form-item :label="$t('政府回执时间')" prop="govDate">
         <el-form-item :label="$t('政府回执时间')" prop="govDate">
           <el-date-picker clearable size="small" style="width: 200px"
           <el-date-picker clearable size="small" style="width: 200px"
@@ -401,17 +401,17 @@
                           :placeholder="$t('请选择') + $t('检查日期')">
                           :placeholder="$t('请选择') + $t('检查日期')">
           </el-date-picker>
           </el-date-picker>
         </el-form-item>
         </el-form-item>
-        <el-form-item :label="$t('报告')+'ids'" prop="reportId">
-          <el-input v-model="form.reportId" :placeholder="$t('请输入') +$t('报告')+'ids'" />
+        <el-form-item :label="$t('报告')+$t('空格')+'ids'" prop="reportId">
+          <el-input v-model="form.reportId" :placeholder="$t('请输入') +$t('报告')+$t('空格')+'ids'" />
         </el-form-item>
         </el-form-item>
-        <el-form-item :label="$t('月报告')+'ids'" prop="monthId">
-          <el-input v-model="form.monthId" :placeholder="$t('请输入') +$t('月报告')+'ids'" />
+        <el-form-item :label="$t('月报告')+$t('空格')+'ids'" prop="monthId">
+          <el-input v-model="form.monthId" :placeholder="$t('请输入') +$t('月报告')+$t('空格')+'ids'" />
         </el-form-item>
         </el-form-item>
         <el-form-item :label="$t('删除标识')" prop="delFlag">
         <el-form-item :label="$t('删除标识')" prop="delFlag">
           <el-input v-model="form.delFlag" :placeholder="$t('请输入') +$t('删除标识')" />
           <el-input v-model="form.delFlag" :placeholder="$t('请输入') +$t('删除标识')" />
         </el-form-item>
         </el-form-item>
-        <el-form-item :label="$t('部门')+'id'" prop="deptId">
-          <el-input v-model="form.deptId" :placeholder="$t('请输入') +$t('部门')+'id'" />
+        <el-form-item :label="$t('部门')+$t('空格')+'id'" prop="deptId">
+          <el-input v-model="form.deptId" :placeholder="$t('请输入') +$t('部门')+$t('空格')+'id'" />
         </el-form-item>
         </el-form-item>
           <el-form-item :label="$t('归属部门')" prop="deptId">
           <el-form-item :label="$t('归属部门')" prop="deptId">
               <treeselect v-model="form.deptId" :options="deptOptions" :show-count="true" :placeholder="$t('请选择') + $t('归属部门')" />
               <treeselect v-model="form.deptId" :options="deptOptions" :show-count="true" :placeholder="$t('请选择') + $t('归属部门')" />
@@ -547,7 +547,7 @@
       // 表单校验
       // 表单校验
       rules: {
       rules: {
         userId: [
         userId: [
-          { required: true, message: this.$t('申请人')+ 'id'+this.$t('不能为空'), trigger: "blur" }
+          { required: true, message: this.$t('申请人')+this.$t('空格')+ 'id'+this.$t('不能为空'), trigger: "blur" }
         ],
         ],
       }
       }
     };
     };

+ 9 - 9
ui/src/views/sems/approve/tapprove-add.vue

@@ -351,7 +351,7 @@
           align="center"
           align="center"
           :show-overflow-tooltip="true"
           :show-overflow-tooltip="true"
           width="120"
           width="120"
-          :label="$t('壁厚mm')">
+          :label="$t('壁厚(mm)')">
         </el-table-column>
         </el-table-column>
         <el-table-column
         <el-table-column
           prop="volume"
           prop="volume"
@@ -389,8 +389,8 @@
           </el-option>
           </el-option>
         </el-select>
         </el-select>
       </el-form-item>
       </el-form-item>
-      <el-form-item v-if="!this.showDelay" :label="$t('原因')+' '+$t('描述')" prop="content">
-        <el-input type="textarea" :placeholder="$t('原因')+' '+$t('描述')"
+      <el-form-item v-if="!this.showDelay" :label="$t('原因')+$t('空格')+$t('描述')" prop="content">
+        <el-input type="textarea" :placeholder="$t('原因')+$t('空格')+$t('描述')"
                   v-model="dataForm.content"
                   v-model="dataForm.content"
                   maxlength="200" show-word-limit
                   maxlength="200" show-word-limit
                   :autosize="{ minRows: 2, maxRows: 10}"></el-input>
                   :autosize="{ minRows: 2, maxRows: 10}"></el-input>
@@ -418,7 +418,7 @@
         </el-upload>
         </el-upload>
       </el-form-item>
       </el-form-item>
       <el-form-item :label="$t('维修经理')" prop="wxjl">
       <el-form-item :label="$t('维修经理')" prop="wxjl">
-        <el-select v-model="dataForm.wxjl" filterable :placeholder="$t('请选择') + $t('机械维修')">
+        <el-select v-model="dataForm.wxjl" filterable :placeholder="$t('请选择') + $t('维修经理')">
           <el-option
           <el-option
             v-for="item in wxjlOption"
             v-for="item in wxjlOption"
             :key="item.userId"
             :key="item.userId"
@@ -429,7 +429,7 @@
         </el-select>
         </el-select>
       </el-form-item>
       </el-form-item>
       <el-form-item :label="$t('工艺经理')" prop="gyjl">
       <el-form-item :label="$t('工艺经理')" prop="gyjl">
-        <el-select v-model="dataForm.gyjl" filterable :placeholder="$t('请选择') + $t('电仪维修')">
+        <el-select v-model="dataForm.gyjl" filterable :placeholder="$t('请选择') + $t('工艺经理')">
           <el-option
           <el-option
             v-for="item in gyjlOption"
             v-for="item in gyjlOption"
             :key="item.userId"
             :key="item.userId"
@@ -440,7 +440,7 @@
         </el-select>
         </el-select>
       </el-form-item>
       </el-form-item>
       <el-form-item :label="$t('工艺总监')" prop="gyzj">
       <el-form-item :label="$t('工艺总监')" prop="gyzj">
-        <el-select v-model="dataForm.gyzj" filterable :placeholder="$t('请选择') + $t('工艺部门')">
+        <el-select v-model="dataForm.gyzj" filterable :placeholder="$t('请选择') + $t('工艺总监')">
           <el-option
           <el-option
             v-for="item in gyzjOption"
             v-for="item in gyzjOption"
             :key="item.userId"
             :key="item.userId"
@@ -451,7 +451,7 @@
         </el-select>
         </el-select>
       </el-form-item>
       </el-form-item>
       <el-form-item :label="$t('维修总监')" prop="wxzj">
       <el-form-item :label="$t('维修总监')" prop="wxzj">
-        <el-select v-model="dataForm.wxzj" filterable :placeholder="$t('请选择') + $t('机械维修')">
+        <el-select v-model="dataForm.wxzj" filterable :placeholder="$t('请选择') + $t('维修总监')">
           <el-option
           <el-option
             v-for="item in wxzjOption"
             v-for="item in wxzjOption"
             :key="item.userId"
             :key="item.userId"
@@ -462,7 +462,7 @@
         </el-select>
         </el-select>
       </el-form-item>
       </el-form-item>
       <el-form-item :label="$t('政府回执')" prop="zf">
       <el-form-item :label="$t('政府回执')" prop="zf">
-        <el-select v-model="dataForm.zf" filterable :placeholder="$t('请选择') + $t('电仪维修')">
+        <el-select v-model="dataForm.zf" filterable :placeholder="$t('请输入') + $t('政府回执')">
           <el-option
           <el-option
             v-for="item in zfOption"
             v-for="item in zfOption"
             :key="item.userId"
             :key="item.userId"
@@ -502,7 +502,7 @@
     </el-form>
     </el-form>
     <div slot="footer" class="dialog-footer">
     <div slot="footer" class="dialog-footer">
       <el-button type="primary" @click="submitForm">{{ $t('提交') }}</el-button>
       <el-button type="primary" @click="submitForm">{{ $t('提交') }}</el-button>
-      <el-button @click="cancel">{{ $t('取 消') }}</el-button>
+      <el-button @click="cancel">{{ $t('取消') }}</el-button>
     </div>
     </div>
   </el-dialog>
   </el-dialog>
 </template>
 </template>

+ 1 - 1
ui/src/views/sems/approve/tapprove-his.vue

@@ -126,7 +126,7 @@ export default {
       // 表单校验
       // 表单校验
       rules: {
       rules: {
         userId: [
         userId: [
-          { required: true, message: this.$t('申请人') +'id ' + this.$t('不能为空'), trigger: "blur" }
+          { required: true, message: this.$t('申请人')+this.$t('空格') +'id' + this.$t('不能为空'), trigger: "blur" }
         ],
         ],
       }
       }
     };
     };

+ 2 - 2
ui/src/views/sems/check/check.vue

@@ -253,7 +253,7 @@
     handleAdd() {
     handleAdd() {
       this.reset();
       this.reset();
       this.open = true;
       this.open = true;
-      this.title =this.$t('添加')+this.$t('特种设备') +' '+this.$t('检验记录');
+      this.title =this.$t('添加')+this.$t('特种设备') +this.$t('空格')+this.$t('检验记录');
     },
     },
     /** 修改按钮操作 */
     /** 修改按钮操作 */
     handleUpdate(row) {
     handleUpdate(row) {
@@ -262,7 +262,7 @@
       getCheck(id).then(response => {
       getCheck(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改')+this.$t('特种设备') +' '+this.$t('检验记录');
+        this.title = this.$t('修改')+this.$t('特种设备') +this.$t('空格')+this.$t('检验记录');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */

+ 3 - 3
ui/src/views/sems/check/index.vue

@@ -122,7 +122,7 @@
       <el-form-item :label="$t('外部检验结论')" prop="outCheckConclusion">
       <el-form-item :label="$t('外部检验结论')" prop="outCheckConclusion">
         <el-input
         <el-input
           v-model="queryParams.outCheckConclusion"
           v-model="queryParams.outCheckConclusion"
-          :placeholder="请输入外部检验结论"
+          :placeholder="$t('请输入')+$t('外部检验结论')"
           clearable
           clearable
           size="small"
           size="small"
           @keyup.enter.native="handleQuery"
           @keyup.enter.native="handleQuery"
@@ -607,7 +607,7 @@
     handleAdd() {
     handleAdd() {
       this.reset();
       this.reset();
       this.open = true;
       this.open = true;
-      this.title = this.$t('添加')+this.$t('特种设备') +' '+this.$t('检验记录');
+      this.title = this.$t('添加')+this.$t('特种设备') +this.$t('空格')+this.$t('检验记录');
     },
     },
     /** 修改按钮操作 */
     /** 修改按钮操作 */
     handleUpdate(row) {
     handleUpdate(row) {
@@ -616,7 +616,7 @@
       getCheck(id).then(response => {
       getCheck(id).then(response => {
         this.form = response.data;
         this.form = response.data;
         this.open = true;
         this.open = true;
-        this.title = this.$t('修改')+this.$t('特种设备') +' '+this.$t('检验记录');
+        this.title = this.$t('修改')+this.$t('特种设备') +this.$t('空格')+this.$t('检验记录');
       });
       });
     },
     },
     /** 提交按钮 */
     /** 提交按钮 */

+ 2 - 2
ui/src/views/sems/month/index.vue

@@ -430,8 +430,8 @@
         </el-form-item>
         </el-form-item>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
     <!-- 用户导入对话框 -->
     <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specCc/bf.vue

@@ -321,8 +321,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specCc/index.vue

@@ -375,8 +375,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specCc/ty.vue

@@ -373,8 +373,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specCc/zx.vue

@@ -322,8 +322,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specDzsb/bf.vue

@@ -409,8 +409,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specDzsb/index.vue

@@ -463,8 +463,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specDzsb/ty.vue

@@ -461,8 +461,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specDzsb/zx.vue

@@ -411,8 +411,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specGl/bf.vue

@@ -394,8 +394,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specGl/index.vue

@@ -440,8 +440,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specGl/ty.vue

@@ -437,8 +437,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specGl/zx.vue

@@ -394,8 +394,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlgd/bf.vue

@@ -518,8 +518,8 @@
         </el-col>
         </el-col>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlgd/index.vue

@@ -572,8 +572,8 @@
         </el-col>-->
         </el-col>-->
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlgd/ty.vue

@@ -569,8 +569,8 @@
         </el-col>
         </el-col>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlgd/zx.vue

@@ -518,8 +518,8 @@
         </el-col>
         </el-col>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlrq/bf.vue

@@ -406,8 +406,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlrq/index.vue

@@ -466,8 +466,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlrq/ty.vue

@@ -459,8 +459,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/specYlrq/zx.vue

@@ -407,8 +407,8 @@
         </el-row>
         </el-row>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
       <!-- 用户导入对话框 -->
       <!-- 用户导入对话框 -->

+ 2 - 2
ui/src/views/sems/thickness/index.vue

@@ -528,8 +528,8 @@
         </el-form-item>
         </el-form-item>
       </el-form>
       </el-form>
       <div slot="footer" class="dialog-footer">
       <div slot="footer" class="dialog-footer">
-        <el-button type="primary" @click="submitForm">{{ $t('确定') }}</el-button>
-        <el-button @click="cancel">{{ $t('取消') }}</el-button>
+        <el-button type="primary" @click="submitForm">{{ $t('确 定') }}</el-button>
+        <el-button @click="cancel">{{ $t('取 消') }}</el-button>
       </div>
       </div>
     </el-dialog>
     </el-dialog>
     <el-dialog
     <el-dialog