[fix bug] 拆分模块 是否必填字段打开
This commit is contained in:
@@ -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"-->
|
||||
|
||||
Reference in New Issue
Block a user