|
@@ -81,10 +81,10 @@
|
|
|
<el-table-column :label="$t('审批单位')" align="center" width="200" prop="responsauth" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column :label="$t('有效期是否永久')" align="center" prop="isPermanent" :formatter="isPermanentFormat" />
|
|
|
<el-table-column :label="$t('证书有效期')" align="center" width="300" prop="validity" />
|
|
|
- <el-table-column label="是否需要跟进" align="center" prop="follow" :formatter="followFormat"/>
|
|
|
- <el-table-column label="使用/储存/废物最大量" align="center" prop="allowance" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="排放/监控要求" align="center" prop="requirements" :show-overflow-tooltip="true"/>
|
|
|
- <el-table-column label="主要内容" align="center" width="250" prop="content"/>
|
|
|
+ <el-table-column :label="$t('是否需要跟进')" align="center" prop="follow" :formatter="followFormat"/>
|
|
|
+ <el-table-column :label="$t('使用/储存/废物最大量')" align="center" prop="allowance" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column :label="$t('排放/监控要求')" align="center" prop="requirements" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column :label="$t('主要内容')" align="center" width="250" prop="content"/>
|
|
|
<el-table-column :label="$t('负责人')" align="center" prop="owner" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column :label="$t('回顾人')" align="center" prop="reviewerName" :show-overflow-tooltip="true"/>
|
|
|
<el-table-column :label="$t('本次回顾日期')" align="center" prop="reviewdate" width="100">
|
|
@@ -708,7 +708,7 @@ export default {
|
|
|
this.form = response.data;
|
|
|
this.chooseDate = this.$set(this.form,'chooseDate',[""+response.data.validityBefore+"",""+response.data.validityAfter+""]);
|
|
|
this.open = true;
|
|
|
- this.title = this.$t('修改') + " " + this.$t('消防批文清单');
|
|
|
+ this.title = this.$t('修改') + this.$t('消防批文清单');
|
|
|
});
|
|
|
},
|
|
|
/** 提交按钮 */
|