Pre Merge pull request !6 from Yang/master_old
commit
49421cb604
|
|
@ -94,7 +94,7 @@ export const useRender = {
|
|||
*/
|
||||
renderDict: (text, type, dictType?) => {
|
||||
if (type) {
|
||||
return h(DictTag, { type: type, value: text, dictType: dictType || 'number' })
|
||||
return h(DictTag, { type: type, value: text || '', dictType: dictType || 'number' })
|
||||
}
|
||||
return ''
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue