稽查新增字段是否默认
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-05-30 09:27:30 +08:00
parent 3f63c126ff
commit 5386dba134
1 changed files with 13 additions and 0 deletions

View File

@ -614,6 +614,18 @@
/>
</el-form-item>
</el-col>
<el-col v-show="title !== '复制'" :span="24">
<el-form-item>
<span slot="label">
是否默认
</span>
<el-switch
v-model="form.IsDefaultChoice"
:active-value="true"
:inactive-value="false"
/>
</el-form-item>
</el-col>
<!--分割线-->
<el-col v-show="title !== '复制' && form.ConfigType == 'M'" :span="24">
<el-divider content-position="left">其他信息</el-divider>
@ -1130,6 +1142,7 @@ export default {
DescriptionCN: null,
InterfaceName: null,
IsEnable: true,
IsDefaultChoice: true,
ModuleTypeId: null,
OptTypeId: null,
ChildrenTypeId: null,