bpm:增加流程模型的列表

This commit is contained in:
YunaiV
2023-01-20 20:11:24 +08:00
parent 8e29e42797
commit ec6a46a541
5 changed files with 639 additions and 283 deletions

View File

@@ -33,6 +33,9 @@ export default defineComponent({
if (!props.type) {
return null
}
if (!props.value) {
return null
}
getDictObj(props.type, props.value.toString())
return (
<ElTag