We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a7eb48 commit d614735Copy full SHA for d614735
server/resource/package/web/view/table.vue.tpl
@@ -151,7 +151,6 @@
151
{{- end }}
152
{{- range .Fields}}
153
{{- if .Form}}
154
-<<<<<<< HEAD
155
<el-form-item :label="t('{{$top.Package}}.{{$top.StructName}}.{{.FieldName}}')" prop="{{.FieldJson}}" >
156
{{- if .CheckDataSource}}
157
<el-select {{if eq .DataSource.Association 2}} multiple {{ end }} v-model="formData.{{.FieldJson}}" :placeholder="t('{{$top.Package}}.{{$top.StructName}}.{{.FieldName}}')" style="width:100%" :clearable="{{.Clearable}}" >
@@ -298,7 +297,6 @@ const rule = reactive({
298
297
299
})
300
301
302
const searchRule = reactive({
303
createdAt: [
304
{ validator: (rule, value, callback) => {
0 commit comments