NEZ-1869 perf : 系统备份页面调整
This commit is contained in:
@@ -21,9 +21,6 @@
|
||||
<span v-if="item.prop === 'retention'">
|
||||
{{ tableData[0].retention }}
|
||||
</span>
|
||||
<span v-if="item.prop === 'last'">
|
||||
{{ tableData[0].schedule && utcTimeToTimezoneStr(tableData[0].schedule.stime) ?utcTimeToTimezoneStr(tableData[0].schedule.stime):'' }}
|
||||
</span>
|
||||
<span v-if="item.prop === 'state'">
|
||||
<el-switch class="switch" v-model="tableData[0].state" disabled> </el-switch>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user