This commit is contained in:
liushuai
2020-04-03 17:59:50 +08:00
parent f0b6661d55
commit 202b5c88ac
9 changed files with 682 additions and 18 deletions

View File

@@ -74,6 +74,11 @@
{{ scope.row.审批情况内容 }}
</template>
</el-table-column>
<el-table-column label="未过原因" align="center" min-width="60">
<template slot-scope="scope">
{{ scope.row.未通过审批原因 }}
</template>
</el-table-column>
<el-table-column label="操作" align="center" width="90px" fixed="right">
<template slot-scope="scope">
<el-tooltip :open-delay="1000" effect="dark" content="查看详情" placement="top">
@@ -170,7 +175,7 @@ export default {
}
param[6] = ['人员编号_check', check3]
param[7] = ['人员编号', this.personValue]
var Data = this.CreateData('2001', '报表_采购管理_合同审查询_查询数据', param)
var Data = this.CreateData('2001', '报表_采购管理_合同审查询_查询数据', param)
this.exportExcel_NPOI(Data)
},
searchTable2(row) {