[fix bug] 拆分模块 是否必填字段打开

This commit is contained in:
fengchenchen
2024-08-08 18:25:49 +08:00
parent 34d22522ff
commit 9afea1f260
@@ -100,10 +100,10 @@
</a-form-model-item>
<!--是否必填-->
<!--<a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">-->
<!-- <j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"-->
<!-- :placeholder="$t('pleaseSelect') + $t('system.tag.required')" />-->
<!--</a-form-model-item>-->
<a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">
<j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"
:placeholder="$t('pleaseSelect') + $t('system.tag.required')" />
</a-form-model-item>
<!--使用范围-->
<!--<a-form-model-item :label="$t('system.tag.usableRange')" prop="usableRange">-->
<!-- <j-multi-select-tag v-model="form.usableRange"-->