经营类型
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
<div class="cell" @click="toStoreDetail(item.id)" v-for="(item, index) in table" :key="index">
|
<div class="cell" @click="toStoreDetail(item.id)" v-for="(item, index) in table" :key="index">
|
||||||
<span class="store-name">{{ item.shopName }}</span>
|
<span class="store-name">{{ item.shopName }}</span>
|
||||||
<span class="user-name">{{ item.name }}</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>
|
</div>
|
||||||
<AiEmpty v-if="!table.length" />
|
<AiEmpty v-if="!table.length" />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user