|
|
@@ -8,7 +8,7 @@
|
|
|
<el-col style="margin: 0 0 5px 0">
|
|
|
<div class="button">
|
|
|
<el-button
|
|
|
- v-if="!isCul"
|
|
|
+ v-if="!isCul || (isWaterDele&&!readonly)"
|
|
|
type="danger"
|
|
|
size="mini"
|
|
|
icon="ibps-icon-close"
|
|
|
@@ -169,6 +169,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
data() {
|
|
|
+ const { setting } = this.$store.getters || {}
|
|
|
return {
|
|
|
dialogParams: {},
|
|
|
dialogShow: false,
|
|
|
@@ -177,7 +178,8 @@ export default {
|
|
|
multipleSelection: [],
|
|
|
baoliuxiaoshu:true,
|
|
|
config: 1,
|
|
|
- isUpdatingFromParent: false // 标记是否来自父组件的更新
|
|
|
+ isUpdatingFromParent: false, // 标记是否来自父组件的更新
|
|
|
+ isWaterDele:setting.facilities?.isWaterDele || false
|
|
|
}
|
|
|
},
|
|
|
computed: {},
|