Browse Source

区域管理

like 8 months ago
parent
commit
8ca512d304
1 changed files with 3 additions and 0 deletions
  1. 3 0
      snowy-admin-web/src/views/motoring/location/index.vue

+ 3 - 0
snowy-admin-web/src/views/motoring/location/index.vue

@@ -48,6 +48,9 @@
 				</div>
 			</template>
 			<template #bodyCell="{ column, record }">
+				<template v-if="column.dataIndex === 'modelName'">
+					{{ $TOOL.dictTypeData('COIDCHAIN', record.modelName) }}
+				</template>
 				<template v-if="column.dataIndex === 'action'">
 					<a-button type="link" size="small" @click="formRef.onOpen(record)">编辑</a-button>
 					<a-popconfirm title="确定要删除吗?" @confirm="deleteData(record)">