更新
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<!-- </el-form>-->
|
||||
<!-- </template>-->
|
||||
<!-- </el-table-column>-->
|
||||
<el-table-column label="供应商" align="center" min-width="200" show-overflow-tooltip>
|
||||
<el-table-column label="供应商" align="center" width="180" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.供应商名称 }}
|
||||
</template>
|
||||
@@ -58,12 +58,12 @@
|
||||
{{ scope.row.发票号 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="到票金额(元)" align="center" min-width="100">
|
||||
<el-table-column label="到票金额(元)" align="center" width="110">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.发票金额 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="申请人" align="center" min-width="75">
|
||||
<el-table-column label="申请人" align="center" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.申请人姓名 ? scope.row.申请人姓名 : '未提交' }}
|
||||
</template>
|
||||
@@ -73,7 +73,7 @@
|
||||
{{ scope.row.申请时间 ? scope.row.申请时间.split(' ')[0] : '—' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="采购审批" align="center" min-width="70">
|
||||
<el-table-column label="采购审批" align="center" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批人1姓名 }}
|
||||
</template>
|
||||
@@ -83,7 +83,12 @@
|
||||
{{ scope.row.审批1时间 ? scope.row.审批1时间.split(' ')[0] : '—' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="总经理审批" align="center" min-width="90">
|
||||
<el-table-column label="未过原因" align="center" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批1未过原因 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="总经理审批" align="center" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批人4姓名 }}
|
||||
</template>
|
||||
@@ -93,7 +98,12 @@
|
||||
{{ scope.row.审批4时间 ? scope.row.审批4时间.split(' ')[0] : '—' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="财务审批" align="center" min-width="70">
|
||||
<el-table-column label="未过原因" align="center" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批4未过原因 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="财务审批" align="center" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批人3姓名 }}
|
||||
</template>
|
||||
@@ -103,6 +113,11 @@
|
||||
{{ scope.row.审批3时间 ? scope.row.审批3时间.split(' ')[0] : '—' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="未过原因" align="center" width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.审批2未过原因 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<!-- <div class="block" style="margin-top: 10px;">-->
|
||||
<!-- <el-pagination-->
|
||||
|
||||
Reference in New Issue
Block a user