From 6d1fcbe98f3dc8f75ac3f7784152b5a04942a89f Mon Sep 17 00:00:00 2001 From: cy <1664593601@qq.com> Date: 星期二, 31 十月 2023 19:26:29 +0800 Subject: [PATCH] feat: 报废单报废 --- admin-web/src/views/foundation/classification/items.js | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin-web/src/views/foundation/classification/items.js b/admin-web/src/views/foundation/classification/items.js index 82b5b87..6537de7 100644 --- a/admin-web/src/views/foundation/classification/items.js +++ b/admin-web/src/views/foundation/classification/items.js @@ -1,35 +1,35 @@ export default [ { type: 'text', - dataIndex: 'name', + dataIndex: 'categoryName', label: '鍒嗙被鍚嶇О', placeholder: '璇疯緭鍏�', defaultValue: '' }, { type: 'select', - dataIndex: 'status', + dataIndex: 'classification', label: '绫诲埆', placeholder: '璇烽�夋嫨', - defaultValue: '1', + defaultValue: '', options: [ { label: 'A', - value: '1' + value: 'A' }, { label: 'B', - value: '2' + value: 'B' }, { label: 'C', - value: '3' + value: 'C' } ] }, { type: 'select', - dataIndex: 'status', + dataIndex: 'states', label: '鐘舵��', placeholder: '璇烽�夋嫨', defaultValue: '1', -- Gitblit v1.9.1