Skip to content

Commit d614735

Browse files
authored
fix: 修复合并错误
1 parent 6a7eb48 commit d614735

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/resource/package/web/view/table.vue.tpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
{{- end }}
152152
{{- range .Fields}}
153153
{{- if .Form}}
154-
<<<<<<< HEAD
155154
<el-form-item :label="t('{{$top.Package}}.{{$top.StructName}}.{{.FieldName}}')" prop="{{.FieldJson}}" >
156155
{{- if .CheckDataSource}}
157156
<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({
298297
{{- end }}
299298
})
300299

301-
<<<<<<< HEAD
302300
const searchRule = reactive({
303301
createdAt: [
304302
{ validator: (rule, value, callback) => {

0 commit comments

Comments
 (0)