优化编辑模板
This commit is contained in:
parent
177e001683
commit
5988869763
@ -100,6 +100,9 @@
|
||||
@:<el-form-item label="@column.ColumnComment" prop="@(@column.LowerPropertyName)">
|
||||
@:<el-switch v-model="state.ruleForm.@(@column.LowerPropertyName)"
|
||||
@if(@column.NetType.StartsWith("int")){
|
||||
@::active-value="1" :inactive-value="0"
|
||||
}
|
||||
@if(@column.NetType.StartsWith("string")){
|
||||
@:active-value="1" inactive-value="0"
|
||||
}
|
||||
@:active-text="是" inactive-text="否" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user