|
|
@@ -54,7 +54,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row v-show="lei_xing_ === '06-每日安全检查'">
|
|
|
+ <el-row v-show="quYuLeiXingList.includes(lei_xing_)">
|
|
|
<el-col :span="12">
|
|
|
<el-form-item>
|
|
|
<template slot="label">
|
|
|
@@ -94,7 +94,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <el-row v-show="lei_xing_ !== '06-每日安全检查'">
|
|
|
+ <el-row v-show="!quYuLeiXingList.includes(lei_xing_)">
|
|
|
<el-col :span="12">
|
|
|
<el-form-item v-if="shouldRequired('fang_jian_')" label="房间:">
|
|
|
<template slot="label">
|
|
|
@@ -585,7 +585,8 @@ export default {
|
|
|
{ label: '按时间间隔监测', value: '间隔' },
|
|
|
{ label: '按需监测', value: '按需' }
|
|
|
],
|
|
|
- config: {}
|
|
|
+ config: {},
|
|
|
+ quYuLeiXingList:['06-每日安全检查','15-日常防护消毒']
|
|
|
}
|
|
|
},
|
|
|
computed: {
|