fix : 备份页面组件修改 样式修改

This commit is contained in:
zhangxiaolong
2022-04-11 12:29:50 +08:00
parent c4b24fa657
commit dad29bb976
7 changed files with 275 additions and 185 deletions

View File

@@ -14,7 +14,6 @@
ref="backupsTable1"
:custom-table-title="customTableTitle"
:is-configurations="true"
:is-state ='isState'
@edit="edit"
>
</backups-table>
@@ -42,7 +41,7 @@
</nz-data-list>
</div>
<transition name="right-box">
<backups-box v-if="rightBoxshow" :obj="object" @close="closeRightBox" @statechange='statechange'></backups-box>
<backups-box v-if="rightBoxshow" :obj="object" @close="closeRightBox" class="backup_box"></backups-box>
</transition>
</div>
</template>
@@ -82,12 +81,11 @@ export default {
tableData2: [
{
list: {
}
}
],
rightBoxshow: false,
isState: '',
isRefresh: ''
}
},
@@ -117,13 +115,10 @@ export default {
},
closeRightBox (refresh) {
if (refresh) {
this.$refs.backupsTable1.getTableData('backupsTable1')
this.$refs.backupsTable1.getTableData('backup')
}
this.rightBoxshow = false
},
statechange (Boolean) {
this.isState = Boolean
}
},
watch: {}