This commit is contained in:
Vergil
2020-05-06 17:45:29 +08:00
parent 5a070ed755
commit bdd9e92628
3 changed files with 42 additions and 83 deletions

View File

@@ -11,8 +11,7 @@
</el-card>
<el-card>
<el-table v-loading="loading" :data="tableData" border stripe size="mini" height="650" style="width: 1350px">
<el-table-column label="序号" align="center" type="index" width="55"/>
<el-table-column label="名称" align="center" width="150px">
<el-table-column label="名称" align="center" width="120px">
<template slot-scope="scope">
{{ scope.row.名称 }}
</template>
@@ -47,27 +46,22 @@
{{ scope.row.到货时间 ? scope.row.到货时间.split(' ')[0] : '' }}
</template>
</el-table-column>
<el-table-column label="到货金额(元)" align="center" width="110">
<template slot-scope="scope">
{{ scope.row.到货金额 }}
</template>
</el-table-column>
<el-table-column label="合同编号" align="center" width="160px">
<template slot-scope="scope">
{{ scope.row.离线合同编号 }}
</template>
</el-table-column>
<el-table-column label="供应商" align="center" width="220" show-overflow-tooltip>
<el-table-column label="供应商" align="center" width="100" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.供应商名称 }}
</template>
</el-table-column>
<el-table-column label="采购员" align="center" width="100">
<el-table-column label="采购员" align="center" width="70">
<template slot-scope="scope">
{{ scope.row.采购员 }}
</template>
</el-table-column>
<el-table-column label="采购日期" align="center" width="100">
<el-table-column label="采购日期" align="center" width="90">
<template slot-scope="scope">
{{ scope.row.创建日期 }}
</template>