采购查询

This commit is contained in:
Vergil
2020-03-20 15:09:13 +08:00
parent 4d29873a95
commit f8d00ec5c4
3 changed files with 3 additions and 1 deletions

View File

@@ -83,7 +83,7 @@
</el-card>
<el-dialog v-el-drag-dialog :visible.sync="dialogFormVisible" title="请款信息明细" center width="800px">
<el-table :data="gridData1" border highlight-current-row size="mini">
<el-table :data="gridData1" border highlight-current-row size="mini" height="300px">
<el-table-column min-width="150" align="center" label="合同编号">
<template slot-scope="scope">
{{ scope.row.采购合同编号 ? scope.row.采购合同编号 : scope.row.离线合同编号 }}