style: 去除无用属性名,调整metrics,logs页面主题颜色

This commit is contained in:
@changcode
2021-11-30 16:08:02 +08:00
parent 1f0fc53526
commit 8bdfd769ec
23 changed files with 49 additions and 78 deletions

View File

@@ -75,8 +75,6 @@
style="margin-left: 14px"
slot="reference"
v-model="scope.row.schedEnable"
active-icon-class="switch-open"
inactive-icon-class="switch-shut"
:active-value="1"
:inactive-value="0"
@change="(val)=>{$emit('statusChange', scope.row)}"