fix 证书服务中证书形式使用字典

This commit is contained in:
lijiarao
2022-08-25 14:54:22 +08:00
parent 7f31d5f63c
commit 5c7b19ffb8
@@ -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: '操作',