报价配件价格格式
This commit is contained in:
parent
3e031094f6
commit
7e6805f325
|
|
@ -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
|
||||
|
|
@ -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 },
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue