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: [],