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