调整流程追踪

This commit is contained in:
songgaoshuai 2023-06-14 14:27:41 +08:00
parent cfcd951022
commit 469ab92e1b
2 changed files with 8 additions and 7 deletions

View File

@ -1,11 +1,11 @@
<template>
<el-dialog v-model="visible" title="审批记录" :width="width" append-to-body :close-on-click-modal="false">
<el-dialog v-model="visible" title="审批记录" :width="width" :height="height" append-to-body :close-on-click-modal="false">
<div v-loading="loading">
<div>
<el-image :src="src" style="font-size: 20px; margin: 50px;"> </el-image>
<div style="width: 100%;height: 300px;overflow-y: auto;">
<el-image :src="src" />
</div>
<div>
<el-table :data="historyList" style="width: 100%" max-height="570" v-loading="loading">
<el-table :data="historyList" style="width: 100%" border fit max-height="570">
<el-table-column label="流程审批历史记录" align="center">
<el-table-column type="index" label="序号" align="center" width="50"></el-table-column>
<el-table-column prop="name" label="任务名称" align="center"></el-table-column>
@ -28,6 +28,10 @@ export default {
width: {
type:String,
default:"70%"
},
height: {
type:String,
default:"100%"
}
},
data() {

View File

@ -27,9 +27,6 @@
<el-table-column fixed align="center" type="index" label="序号" width="50"></el-table-column>
<el-table-column fixed align="center" prop="name" label="任务名称"></el-table-column>
<el-table-column fixed align="center" prop="assignee" label="办理人"></el-table-column>
<el-table-column align="center" prop="version" label="版本号" width="90">
<template #default="scope"> v{{ scope.row.version }}.0</template>
</el-table-column>
<el-table-column align="center" prop="createTime" label="创建时间" width="160"></el-table-column>
<el-table-column label="操作" align="center" width="160" class-name="small-padding fixed-width">
<template #default="scope">