采购合同请款列宽度
This commit is contained in:
@@ -36,13 +36,11 @@
|
|||||||
{{ scope.row.姓名 }}
|
{{ scope.row.姓名 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="请款金额" align="center" width="70" prop="请款金额">
|
<el-table-column label="请款金额" align="center" width="150" prop="请款金额">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.请款金额 }}
|
{{ scope.row.请款金额 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!--<el-table-column label="请款付款情况" align="center">-->
|
|
||||||
<!--</el-table-column>-->
|
|
||||||
<el-table-column label="审核内容" width="80" align="center">
|
<el-table-column label="审核内容" width="80" align="center">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag v-if="Number(scope.row.审核情况流水号)===3" type="primary" size="small">未审核</el-tag>
|
<el-tag v-if="Number(scope.row.审核情况流水号)===3" type="primary" size="small">未审核</el-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user