经营类型
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user