From 655ac8aef54bc134c1420c19975023182a10cae4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 十二月 2020 19:25:27 +0800 Subject: [PATCH] 2020-12-08 --- src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx index bb35a59..1ab32f6 100644 --- a/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx +++ b/src/menu/components/table/normal-table/columns/editColumn/formconfig.jsx @@ -75,6 +75,14 @@ options: fields }, { + type: 'select', + key: 'nameField', + label: Formdict['model.name'] + Formdict['model.form.field'], + initVal: card.nameField || '', + required: false, + options: [{uuid: 'empty', field: '', label: '绌�'}, ...fields] + }, + { type: 'number', key: 'Width', min: 20, @@ -235,7 +243,7 @@ readonly: false }, { - type: 'select', + type: 'radio', key: 'lenWidRadio', label: '闀垮姣�', initVal: card.lenWidRadio || '1:1', @@ -249,6 +257,27 @@ }, { type: 'radio', + key: 'picSort', + label: '鍥剧墖鎺掑垪', + initVal: card.picSort || '1', + tooltip: '鍚屼竴鍗曞厓鏍煎唴锛屽惈鏈夊寮犲浘鐗囨椂鐨勫垪鏁般��', + required: false, + options: [{ + value: '1', + text: '1' + }, { + value: '2', + text: '2' + }, { + value: '3', + text: '3' + }, { + value: '4', + text: '4' + }] + }, + { + type: 'radio', key: 'scale', label: Formdict['header.form.clickscale'], initVal: card.scale || 'false', -- Gitblit v1.8.0