|
@@ -287,6 +287,9 @@
|
|
|
:row-selection="relationOptions.rowSelection"
|
|
|
>
|
|
|
<template #bodyCell="{ column, record, index }">
|
|
|
+ <template v-if="column.dataIndex === 'dzType'">
|
|
|
+ {{ $TOOL.dictTypeData('gldzlx', record.dzType) }}
|
|
|
+ </template>
|
|
|
<template v-if="column.dataIndex === 'action'">
|
|
|
<template v-if="isView">
|
|
|
<a-button type="link" primary size="small" @click="onRelationReset(), relationData = cloneDeep(record)">查看</a-button>
|