fix 证书服务中证书形式使用字典
This commit is contained in:
@@ -363,18 +363,7 @@ export default {
|
||||
title: '证书形式',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
dataIndex: 'certificateModality',
|
||||
customRender: function (text) {
|
||||
if (text === 1) {
|
||||
return '换证'
|
||||
} else if (text === 2) {
|
||||
return '续证'
|
||||
} else if (text === 3) {
|
||||
return '正常'
|
||||
} else if (text === 4) {
|
||||
return '申请'
|
||||
}
|
||||
}
|
||||
dataIndex: 'certificateModality_dictText',
|
||||
},
|
||||
{
|
||||
title: '操作',
|
||||
|
||||
Reference in New Issue
Block a user