From a625398404e7ec7152d428e939d287dcb4596927 Mon Sep 17 00:00:00 2001 From: zhaoxiaomin <1912125868@qq.com> Date: Thu, 30 May 2024 16:40:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B6=E4=BB=96=E5=85=A5=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/warehousing/otherStore/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/warehousing/otherStore/index.vue b/src/views/warehousing/otherStore/index.vue index d3e0782..4517d33 100644 --- a/src/views/warehousing/otherStore/index.vue +++ b/src/views/warehousing/otherStore/index.vue @@ -128,7 +128,7 @@ import {getBranchList, InitInOrder} from "@/api/system/branch"; import {getGoods} from "@/api/basicData/goods"; export default { name: "index", - dicts: ["goods_classify","good_class"], + dicts: ["good_class"], data() { const _that=this return { @@ -174,10 +174,10 @@ export default { // }, { label: '所属分类', - prop: 'specialMana', + prop: 'classify', istrue: true, filter(row, value) { - return getDictLabel(value, _that.dict.type.goods_classify); + return getDictLabel(value, _that.dict.type.good_class); }, }, ],