|
|
@@ -9,7 +9,7 @@
|
|
|
</template>
|
|
|
<template v-if="column.key === 'disable'">
|
|
|
<Tag :color="formatDictColor(disableOptions, record.disable)">
|
|
|
- {{ commonDict(disableOptions, record.disable) }}
|
|
|
+ {{ formatDictValue(disableOptions, record.disable) }}
|
|
|
</Tag>
|
|
|
</template>
|
|
|
<template v-if="column.key === 'action'">
|
|
|
@@ -84,7 +84,7 @@
|
|
|
|
|
|
import { smsChannelQueryPage, smsChannelRemove } from '/@/api/sys/smsChannelApi';
|
|
|
import { listDictModel } from '/@/api/common';
|
|
|
- import { formatDictColor, formatDictValue, commonDict } from '/@/utils';
|
|
|
+ import { formatDictColor, formatDictValue } from '/@/utils';
|
|
|
import { useDrawer } from '/@/components/Drawer';
|
|
|
|
|
|
const typeOptions = ref();
|