Initial commit: 景耀JY1.0项目
This commit is contained in:
@@ -149,6 +149,11 @@
|
||||
{{ scope.row.单价 ? Number(scope.row.单价).toFixed(2) : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column width="70px" label="最新单价" align="center" show-overflow-tooltip prop="历史单价">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.历史单价 ? Number(scope.row.历史单价).toFixed(2) : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column width="63px" label="到货数" align="center" prop="到货数" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.到货数 }}
|
||||
|
||||
Reference in New Issue
Block a user