Initial commit: 景耀JY1.0项目

This commit is contained in:
Developer
2026-05-21 09:46:02 +08:00
parent 4969870de8
commit fd70670235
90 changed files with 10278 additions and 1508 deletions

View File

@@ -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.到货数 }}