浏览代码

区域管理

like 11 月之前
父节点
当前提交
8ca512d304
共有 1 个文件被更改,包括 3 次插入0 次删除
  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)">