feat:打印和分析管理
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
@click="switchTask(index)"
|
||||
>
|
||||
<template #tag="{ task }">
|
||||
<u-icon v-if="task.flowStatus === 'approved'" name="/static/images/status/completed.png" size="45" />
|
||||
<u-icon v-if="task.flowStatus === 'completed'" name="/static/images/status/completed.png" size="45" />
|
||||
<u-icon v-else name="/static/images/status/wait_for_audit.png" size="45" />
|
||||
</template>
|
||||
</TaskItem>
|
||||
|
||||
Reference in New Issue
Block a user