From e73dd179082df38c0cb805eda12049a9a499d478 Mon Sep 17 00:00:00 2001
From: wanglei <1336977847@qq.com>
Date: Wed, 26 Jun 2024 11:23:53 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=8F=E8=90=A5=E7=B1=BB=E5=9E=8B?=
=?UTF-8?q?=E5=AD=97=E5=85=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../fengdu/AppOutSource/AppArchives/components/List.vue | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/project/fengdu/AppOutSource/AppArchives/components/List.vue b/project/fengdu/AppOutSource/AppArchives/components/List.vue
index 5fddc053..c4c74bb6 100644
--- a/project/fengdu/AppOutSource/AppArchives/components/List.vue
+++ b/project/fengdu/AppOutSource/AppArchives/components/List.vue
@@ -98,6 +98,11 @@
+
+
+ {{$dict.getLabel('operatorType',row.operatorType)}}
+
+
@@ -177,7 +182,7 @@ export default {
{prop: 'phone', label: '联系电话', align: 'center'},
{prop: 'createTime', label: '录入时间', align: 'center'},
{prop: 'address', label: '门店地址', align: 'center'},
- {prop: 'operatorTypes', label: '经营类型', align: 'center'},
+ {slot: 'operatorType'},
{slot: 'mark', align: 'center'}
],
tableData: [],