From 2f0ade35ec9107f94c153057b207e4f21e9a29b0 Mon Sep 17 00:00:00 2001 From: zhy <luhan1008611> Date: 星期三, 25 十月 2023 17:31:33 +0800 Subject: [PATCH] Merge branch 'master' of http://116.198.39.83:7111/r/xxjProject/low-consum-manage --- admin-web/src/views/foundation/classification/items.js | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 47 insertions(+), 0 deletions(-) diff --git a/admin-web/src/views/foundation/classification/items.js b/admin-web/src/views/foundation/classification/items.js new file mode 100644 index 0000000..82b5b87 --- /dev/null +++ b/admin-web/src/views/foundation/classification/items.js @@ -0,0 +1,47 @@ +export default [ + { + type: 'text', + dataIndex: 'name', + label: '鍒嗙被鍚嶇О', + placeholder: '璇疯緭鍏�', + defaultValue: '' + }, + { + type: 'select', + dataIndex: 'status', + label: '绫诲埆', + placeholder: '璇烽�夋嫨', + defaultValue: '1', + options: [ + { + label: 'A', + value: '1' + }, + { + label: 'B', + value: '2' + }, + { + label: 'C', + value: '3' + } + ] + }, + { + type: 'select', + dataIndex: 'status', + label: '鐘舵��', + placeholder: '璇烽�夋嫨', + defaultValue: '1', + options: [ + { + label: '鍚敤', + value: '1' + }, + { + label: '绂佺敤', + value: '0' + } + ] + } +] -- Gitblit v1.9.1