This commit is contained in:
yanran200730
2023-04-17 14:00:26 +08:00
parent 49c967885c
commit a2fa56c2ad

View File

@@ -40,12 +40,12 @@
@getList="getList">
<el-table-column label="网格店铺服务网格" slot="grid" align="center">
<template v-slot="{ row }">
<span>{{ row.serviceType === '1' ? row.visibleNames || '-' : '-' }}</span>
<span>{{ row.type === '0' ? row.visibleNames || '-' : '-' }}</span>
</template>
</el-table-column>
<el-table-column label="居民店铺服务地区" slot="area" align="center">
<template v-slot="{ row }">
<span>{{ row.serviceType === '0' ? row.visibleNames || '-' : '-' }}</span>
<span>{{ row.type === '1' ? row.visibleNames || '-' : '-' }}</span>
</template>
</el-table-column>
<el-table-column label="操作" slot="options" align="center" width="160" fixed="right">