经营类型

This commit is contained in:
liuye
2024-06-30 14:29:50 +08:00
parent 56d292c0d2
commit 573f5b3cfd

View File

@@ -59,7 +59,7 @@
<div class="cell" @click="toStoreDetail(item.id)" v-for="(item, index) in table" :key="index">
<span class="store-name">{{ item.shopName }}</span>
<span class="user-name">{{ item.name }}</span>
<span class="user-name">{{ item.phone }}</span>
<span class="user-name">{{ $dict.getLabel('operatorType', item.operatorType) }}</span>
</div>
<AiEmpty v-if="!table.length" />
</div>