mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 10:13:01 +00:00
@@ -9,8 +9,8 @@
|
|||||||
{{- if ($x) -}}
|
{{- if ($x) -}}
|
||||||
<el-form-item label="{{.ColumnComment}}" prop="{{.JsonField}}">
|
<el-form-item label="{{.ColumnComment}}" prop="{{.JsonField}}">
|
||||||
{{- if ne .FkTableName "" -}}
|
{{- if ne .FkTableName "" -}}
|
||||||
<el-select v-model="form.{{.JsonField}}"
|
<el-select v-model="queryParams.{{.JsonField}}"
|
||||||
placeholder="请选择" {{if eq .IsEdit "false" -}} :disabled="isEdit" {{- end }}>
|
placeholder="请选择" clearable size="small" {{if eq .IsEdit "false" -}} :disabled="isEdit" {{- end }}>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="dict in {{.JsonField}}Options"
|
v-for="dict in {{.JsonField}}Options"
|
||||||
:key="dict.key"
|
:key="dict.key"
|
||||||
|
|||||||
Reference in New Issue
Block a user