feat(项目设置): 启用条件为模块时隐藏UI配置
--story=1010692 --user=张大海 【UI测试】支持与环境管理打通 https://www.tapd.cn/55049933/s/1315234
This commit is contained in:
parent
b9e209999e
commit
9b491725d4
|
@ -72,7 +72,7 @@
|
||||||
</form-section>
|
</form-section>
|
||||||
|
|
||||||
<!-- UI 配置 -->
|
<!-- UI 配置 -->
|
||||||
<form-section :title="$t('commons.ui_test')" :init-active=false>
|
<form-section :title="$t('commons.ui_test')" :init-active=false v-if="condition.type !== 'MODULE'">
|
||||||
<el-row :gutter="10" style="padding-top: 10px;">
|
<el-row :gutter="10" style="padding-top: 10px;">
|
||||||
<el-col :span="6">
|
<el-col :span="6">
|
||||||
<!-- 浏览器驱动 -->
|
<!-- 浏览器驱动 -->
|
||||||
|
|
Loading…
Reference in New Issue