细节优化

This commit is contained in:
kerwincui
2022-06-08 12:41:34 +08:00
parent 40d6a49bfc
commit 952c2e09c0
4 changed files with 9 additions and 8 deletions

View File

@@ -86,12 +86,12 @@
<product-authorize ref="productAuthorize" :product="form" />
</el-tab-pane>
<el-tab-pane label="" name="alert">
<el-tab-pane label="" name="alert" :disabled="form.productId==0">
<span slot="label"> 告警配置</span>
<product-alert ref="productAlert" :product="form"></product-alert>
</el-tab-pane>
<el-tab-pane label="" name="productApp">
<el-tab-pane label="" name="productApp" :disabled="form.productId==0">
<span slot="label">控制界面</span>
<product-app ref="productApp" :product="form" />
</el-tab-pane>