key修改
This commit is contained in:
@@ -155,7 +155,7 @@ const { columns, data, loading, getData, mobilePagination, searchParams, resetSe
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('common.operate'),
|
title: t('common.operate'),
|
||||||
key: 'dictCode',
|
key: 'oper',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
width: 200,
|
width: 200,
|
||||||
},
|
},
|
||||||
@@ -538,7 +538,7 @@ onMounted(() => {
|
|||||||
<DictTag :options="dict.sysNormalDisable" :value="record.status" />
|
<DictTag :options="dict.sysNormalDisable" :value="record.status" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template v-if="column.key === 'dictCode'">
|
<template v-if="column.key === 'oper'">
|
||||||
<a-space :size="8" align="center">
|
<a-space :size="8" align="center">
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user