diff --git a/src/views/tcZz/networkSecurity/DataSourceTj/index.vue b/src/views/tcZz/networkSecurity/DataSourceTj/index.vue index 28534e0..f9840bc 100644 --- a/src/views/tcZz/networkSecurity/DataSourceTj/index.vue +++ b/src/views/tcZz/networkSecurity/DataSourceTj/index.vue @@ -8,7 +8,7 @@ v-show="showSearch" label-width="auto" > - + - +
@@ -65,6 +65,7 @@ size="mini" @click="handleAdd()" v-hasPermi="['tcZz/networkSecurity:DataSourceTj:add']" + :disabled="isShowAdd" >新增 { this.DataSourceTjList = response.rows; + if (response.rows.length > 0) this.isShowAdd = true; + else this.isShowAdd = false; this.total = response.total; this.loading = false; }); diff --git a/src/views/tcZz/networkSecurity/ryz/index.vue b/src/views/tcZz/networkSecurity/ryz/index.vue index c5d5538..8d157b4 100644 --- a/src/views/tcZz/networkSecurity/ryz/index.vue +++ b/src/views/tcZz/networkSecurity/ryz/index.vue @@ -262,15 +262,15 @@ labelClassName="desLable" > {{ - form.areaId + this.selectDictLabel(dict.type.tc_area, form.areaId) }} {{ - form.type + this.selectDictLabel(dict.type.tc_yrtzlx, form.type) }} {{ - form.isStatus + this.selectDictLabel(dict.type.tc_start, form.isStatus) }} {{