feat(项目设置): 启用条件为模块时隐藏UI配置

--story=1010692 --user=张大海 【UI测试】支持与环境管理打通 https://www.tapd.cn/55049933/s/1315234
This commit is contained in:
zhangdahai112 2022-12-15 02:23:16 +08:00 committed by zhangdahai112
parent b9e209999e
commit 9b491725d4
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
</form-section>
<!-- 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-col :span="6">
<!-- 浏览器驱动 -->