This commit is contained in:
liushuai
2020-04-24 08:45:08 +08:00
parent 6bb56595b2
commit 4bb41367fa
4 changed files with 32 additions and 19 deletions

View File

@@ -75,7 +75,7 @@
</el-table-column>
<el-table-column label="采购审批" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.审批人1结果 }}
{{ scope.row.审批人1姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">
@@ -85,7 +85,7 @@
</el-table-column>
<el-table-column label="总经理审批" align="center" min-width="90">
<template slot-scope="scope">
{{ scope.row.审批人4结果 }}
{{ scope.row.审批人4姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">
@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column label="财务审批" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.审批人3结果 }}
{{ scope.row.审批人3姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">

View File

@@ -75,7 +75,7 @@
</el-table-column>
<el-table-column label="采购审批" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.审批人1结果 }}
{{ scope.row.审批人1姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">
@@ -85,7 +85,7 @@
</el-table-column>
<el-table-column label="总经理审批" align="center" min-width="90">
<template slot-scope="scope">
{{ scope.row.审批人4结果 }}
{{ scope.row.审批人4姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">
@@ -95,7 +95,7 @@
</el-table-column>
<el-table-column label="财务审批" align="center" min-width="70">
<template slot-scope="scope">
{{ scope.row.审批人3结果 }}
{{ scope.row.审批人3姓名 }}
</template>
</el-table-column>
<el-table-column label="审批时间" align="center" width="100">