报价配件价格格式

This commit is contained in:
xielue 2023-04-27 21:47:15 +08:00
parent 3e031094f6
commit 7e6805f325
2 changed files with 3 additions and 3 deletions

View File

@ -2,4 +2,4 @@
VUE_APP_API_BASE_URL=http://zxx4.f3322.net:46000
VUE_APP_USER_MODEL2=AdminUser
VUE_APP_USER_MODEL=BaseAdmin
VUE_APP_BEID=3
VUE_APP_BEID=1

View File

@ -170,8 +170,8 @@ export default {
// =============================== Start ===============================
{ field: 'name', sortable: true, title: '配件名称', width: 250 }, //
{ field: 'price', sortable: true, title: '价格', width: 150 },
{ field: 'quoted_price', sortable: true, title: '采购价', width: 150 },
{ field: 'price',formatter:"formatNumber", sortable: true, title: '价格', width: 150 },
{ field: 'quoted_price',formatter:"formatNumber", sortable: true, title: '采购价', width: 150 },