From 0342f1d17a9f82113fe40990896ccf0305f2a7df Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 24 Sep 2021 16:32:23 +0800 Subject: [PATCH] fix dialog template shops storeDisable show error --- manager/src/views/lili-dialog/template/shops.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manager/src/views/lili-dialog/template/shops.vue b/manager/src/views/lili-dialog/template/shops.vue index b0907e83..fae0ad50 100644 --- a/manager/src/views/lili-dialog/template/shops.vue +++ b/manager/src/views/lili-dialog/template/shops.vue @@ -22,7 +22,7 @@
{{ item.storeName }}
{{ item.selfOperated ? '自营' : '非自营' }}
-
{{ item.storeDisable ? '开启中' : '关闭' }}
+
{{ item.storeDisable === 'OPEN' ? '开启中' : '未开启' }}
@@ -41,6 +41,7 @@ export default { params: { // 请求参数 pageNumber: 1, pageSize: 10, + storeDisable: "OPEN", storeName: "", }, shopsData: [], // 店铺数据