From 4e06cb82c09cc0b1c79fc6952656220538797963 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 24 一月 2025 09:18:42 +0800 Subject: [PATCH] ll --- admin/src/views/stock/components/config.js | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/admin/src/views/stock/components/config.js b/admin/src/views/stock/components/config.js index 7b0333f..f03110b 100644 --- a/admin/src/views/stock/components/config.js +++ b/admin/src/views/stock/components/config.js @@ -1,15 +1,15 @@ export const StoreTypeOps = [ { name: '閲囪喘鍏ュ簱', id: 0, type: 0 }, { name: '棰嗙敤閫�鍥�', id: 1, type: 0 }, - { name: '璋冩暣鍏ュ簱', id: 2, type: 0 }, - { name: '鍏朵粬鍏ュ簱', id: 3, type: 0 }, - { name: '鐩樼泩鍏ュ簱', id: 4, type: 0 }, + { name: '搴撳瓨璋冩暣', id: 2, type: 0 }, + { name: '鍏跺畠鍏ュ簱', id: 3, type: 0 }, + // { name: '鐩樼泩鍏ュ簱', id: 4, type: 0 }, { name: '棰嗙敤鍑哄簱', id: 5, type: 1 }, - { name: '浠撳簱鍑哄簱', id: 6, type: 1 }, + { name: '浠撳簱鍑哄崟', id: 6, type: 1 }, { name: '璋冩暣鍑哄簱', id: 7, type: 1 }, { name: '閲囪喘鍑哄簱', id: 8, type: 1 }, - { name: '鍏朵粬鍑哄簱', id: 9, type: 1 }, - { name: '鐩樺嚭鍑哄簱', id: 10, type: 1 }, + { name: '鍏跺畠鍑哄簱', id: 9, type: 1 }, + // { name: '鐩樺嚭鍑哄簱', id: 10, type: 1 }, ] export const rules = { warehouseId: [{ required: true, message: '璇烽�夋嫨', trigger: 'blur' }], -- Gitblit v1.9.3