fix : 统一按钮颜色

This commit is contained in:
2024-07-04 13:58:26 +08:00
parent 05585bb980
commit c065008da0
13 changed files with 45 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div v-if="processData.processDefinitionKey">
<p>
流程名称: {{ processData.deploymentName }}
<p style="margin-top: 10px">
流程名称 : {{ processData.deploymentName }}
</p>
</div>
<div v-if="!processData.processDefinitionKey">
@@ -31,7 +31,9 @@ const processData = computed(() => {
const validate = () => {
return []
}
onActivated(()=>{
init()
})
const init = () => {
getTypeOption().then(res => {
optionList.value = res.data