表单构建按钮不显示正则校验

This commit is contained in:
RuoYi 2022-05-27 09:18:26 +08:00
parent a29a0648ad
commit 8a2e3d13f2
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@
</el-tree>
</template>
<template v-if="activeData.layout === 'colFormItem'">
<template v-if="activeData.layout === 'colFormItem' && activeData.tag !== 'el-button'">
<el-divider>正则校验</el-divider>
<div
v-for="(item, index) in activeData.regList"