From 4b560896f673b0d9407c8f86a9393c59972d47c8 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 4 Nov 2022 16:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/tianfuxing/AppMerchantList/AppMerchantList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/tianfuxing/AppMerchantList/AppMerchantList.vue b/project/tianfuxing/AppMerchantList/AppMerchantList.vue index 6fd2f8ad..fde64c65 100644 --- a/project/tianfuxing/AppMerchantList/AppMerchantList.vue +++ b/project/tianfuxing/AppMerchantList/AppMerchantList.vue @@ -125,7 +125,7 @@ export default { {prop: 'merchantName', label: '商户名称', width: 120, align: 'center'}, {prop: 'address', label: '地理位置', align: 'center'}, {slot: 'userName'}, - // {prop: 'status', label: '状态', align: 'center', dict: 'tfx_merchantStatus'}, + {prop: 'status', label: '状态', align: 'center', dict: 'tfx_merchantStatus'}, {slot: 'option'}, ], }