稽查新增字段是否默认
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3f63c126ff
commit
5386dba134
|
@ -614,6 +614,18 @@
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</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-col v-show="title !== '复制' && form.ConfigType == 'M'" :span="24">
|
||||||
<el-divider content-position="left">其他信息</el-divider>
|
<el-divider content-position="left">其他信息</el-divider>
|
||||||
|
@ -1130,6 +1142,7 @@ export default {
|
||||||
DescriptionCN: null,
|
DescriptionCN: null,
|
||||||
InterfaceName: null,
|
InterfaceName: null,
|
||||||
IsEnable: true,
|
IsEnable: true,
|
||||||
|
IsDefaultChoice: true,
|
||||||
ModuleTypeId: null,
|
ModuleTypeId: null,
|
||||||
OptTypeId: null,
|
OptTypeId: null,
|
||||||
ChildrenTypeId: null,
|
ChildrenTypeId: null,
|
||||||
|
|
Loading…
Reference in New Issue