From f6626b05f1275cc2f8ca77f773d4f6a6af1b0a89 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 十一月 2022 16:11:55 +0800 Subject: [PATCH] 2022-11-21 --- src/views/tabledesign/source.jsx | 135 +++++++++++++++++++++++++++++++++----------- 1 files changed, 101 insertions(+), 34 deletions(-) diff --git a/src/views/tabledesign/source.jsx b/src/views/tabledesign/source.jsx index 8d9b629..eb08829 100644 --- a/src/views/tabledesign/source.jsx +++ b/src/views/tabledesign/source.jsx @@ -5,62 +5,52 @@ { type: 'search', label: '鏂囨湰', - subType: 'text', - url: '' + subType: 'text' }, { type: 'search', label: '涓嬫媺閫夋嫨', - subType: 'select', - url: '' + subType: 'select' }, { type: 'search', label: '涓嬫媺澶氶��', - subType: 'multiselect', - url: '' + subType: 'multiselect' }, { type: 'search', label: '鑱斿姩鑿滃崟', - subType: 'link', - url: '' + subType: 'link' }, { type: 'search', label: '閫夐」鍗�', - subType: 'checkcard', - url: '' + subType: 'checkcard' }, { type: 'search', label: '鏃ユ湡锛堝ぉ锛�', - subType: 'date', - url: '' + subType: 'date' }, { type: 'search', label: '鏃ユ湡锛堝懆锛�', - subType: 'dateweek', - url: '' + subType: 'dateweek' }, { type: 'search', label: '鏃ユ湡锛堟湀锛�', - subType: 'datemonth', - url: '' + subType: 'datemonth' }, { type: 'search', label: '鏃ユ湡锛堝尯闂达級', - subType: 'daterange', - url: '' + subType: 'daterange' }, { type: 'search', label: '鏃ユ湡锛堢粍鍚堬級', - subType: 'group', - url: '' + subType: 'group' } ], actionItems: [ @@ -90,6 +80,7 @@ label: '瀵煎叆Excel', text: '瀵煎叆Excel', value: 'excelIn', + class: 'border-dgreen', $init: true }, { @@ -128,48 +119,124 @@ $init: true } ], + popactionItems: [ + { + type: 'action', + label: '寮圭獥锛堣〃鍗曪級', + text: '寮圭獥锛堣〃鍗曪級', + value: 'pop', + $init: true + }, + { + type: 'action', + label: '鎻愮ず妗�', + text: '鎻愮ず妗�', + value: 'prompt', + $init: true + }, + { + type: 'action', + label: '鐩存帴鎵ц', + text: '鐩存帴鎵ц', + value: 'exec', + $init: true + }, + { + type: 'action', + label: '瀵煎叆Excel', + text: '瀵煎叆Excel', + value: 'excelIn', + class: 'border-dgreen', + $init: true + }, + { + type: 'action', + label: '瀵煎嚭Excel', + text: '瀵煎嚭Excel', + value: 'excelOut', + $init: true + }, + { + type: 'action', + label: '鏍囩椤�', + text: '鏍囩椤�', + value: 'tab', + $init: true + }, + { + type: 'action', + label: '鏂伴〉闈�', + text: '鏂伴〉闈�', + value: 'innerpage', + $init: true + } + ], columnItems: [ { - type: 'columns', + type: 'col', label: '鏂囨湰', subType: 'text', - url: '' + $init: true }, { - type: 'columns', + type: 'col', label: '鏁板瓧', subType: 'number', - url: '' + $init: true }, { - type: 'columns', + type: 'col', label: '鍥剧墖', subType: 'picture', - url: '' + $init: true }, { - type: 'columns', + type: 'col', + label: '瑙嗛', + subType: 'video', + $init: true + }, + { + type: 'col', label: '閾炬帴', subType: 'link', - url: '' + $init: true }, { - type: 'columns', + type: 'col', label: '澶氳鏂囨湰', subType: 'textarea', - url: '' + $init: true }, { - type: 'columns', + type: 'col', + label: '鑷畾涔夊垪', + subType: 'custom', + $init: true + }, + { + type: 'col', label: '鍚堝苟鍒�', subType: 'colspan', - url: '' + $init: true }, { - type: 'columns', + type: 'col', + label: '鍏紡', + subType: 'formula', + $init: true + }, + { + type: 'col', label: '搴忓彿', subType: 'index', - url: '' + $init: true + }, + { + type: 'col', + label: '鎿嶄綔', + subType: 'action', + $init: true } ], tabItems: [ -- Gitblit v1.8.0