commit
ed2aded29c
|
@ -100,7 +100,7 @@ export const useRender = {
|
||||||
*/
|
*/
|
||||||
renderDict: (text, type, dictType?) => {
|
renderDict: (text, type, dictType?) => {
|
||||||
if (type) {
|
if (type) {
|
||||||
return h(DictTag, { type: type, value: text, dictType: dictType || 'number' })
|
return h(DictTag, { type: type, value: text, dictType: dictType })
|
||||||
}
|
}
|
||||||
return ''
|
return ''
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,7 +19,7 @@ export const columns: BasicColumn[] = [
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '短信类型',
|
title: '短信类型',
|
||||||
dataIndex: 'status',
|
dataIndex: 'type',
|
||||||
width: 180,
|
width: 180,
|
||||||
customRender: ({ text }) => {
|
customRender: ({ text }) => {
|
||||||
return useRender.renderDict(text, DICT_TYPE.SYSTEM_SMS_TEMPLATE_TYPE)
|
return useRender.renderDict(text, DICT_TYPE.SYSTEM_SMS_TEMPLATE_TYPE)
|
||||||
|
|
Loading…
Reference in New Issue