|
@@ -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)">
|