diff --git a/src/bpmn/index.vue b/src/bpmn/index.vue index 13b3847e..924a8380 100644 --- a/src/bpmn/index.vue +++ b/src/bpmn/index.vue @@ -14,29 +14,6 @@
- 保 存 - - 预 览 - - - - - 下 载 - - - - - @@ -53,6 +30,27 @@ + + 保 存 + + 预 览 + + + + 下 载 + + +
diff --git a/src/components/BpmnView/index.vue b/src/components/BpmnView/index.vue index 4ea890d7..a79f0844 100644 --- a/src/components/BpmnView/index.vue +++ b/src/components/BpmnView/index.vue @@ -405,5 +405,6 @@ defineExpose({ margin: 0; padding: 0; } + cursor: pointer; } diff --git a/src/components/Process/approvalRecord.vue b/src/components/Process/approvalRecord.vue index 1610f270..cbce87a3 100644 --- a/src/components/Process/approvalRecord.vue +++ b/src/components/Process/approvalRecord.vue @@ -62,7 +62,6 @@ const props = defineProps({ const loading = ref(false); const visible = ref(false); const historyList = ref>([]); -const deleteReason = ref(''); const tabActiveName = ref('bpmn'); const bpmnViewRef = ref(); @@ -74,8 +73,7 @@ const init = async (instanceId: string) => { tabActiveName.value = 'bpmn'; historyList.value = []; processApi.getHistoryRecord(instanceId).then((resp) => { - historyList.value = resp.data.historyRecordList; - deleteReason.value = resp.data.deleteReason; + historyList.value = resp.data; loading.value = false; }); await nextTick(() => { diff --git a/src/views/workflow/leave/index.vue b/src/views/workflow/leave/index.vue index 2e8a9b7e..23d54423 100644 --- a/src/views/workflow/leave/index.vue +++ b/src/views/workflow/leave/index.vue @@ -58,34 +58,44 @@ diff --git a/src/views/workflow/processInstance/index.vue b/src/views/workflow/processInstance/index.vue index 764ca2fd..4f994af7 100644 --- a/src/views/workflow/processInstance/index.vue +++ b/src/views/workflow/processInstance/index.vue @@ -81,7 +81,7 @@ - +