diff --git a/.env.development b/.env.development index 44910f5..3d6274a 100644 --- a/.env.development +++ b/.env.development @@ -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 \ No newline at end of file +VUE_APP_BEID=1 \ No newline at end of file diff --git a/src/pages/Middle/bathroom/BathroomParts/BathroomParts/List.vue b/src/pages/Middle/bathroom/BathroomParts/BathroomParts/List.vue index ca7f6bd..7ee2edf 100644 --- a/src/pages/Middle/bathroom/BathroomParts/BathroomParts/List.vue +++ b/src/pages/Middle/bathroom/BathroomParts/BathroomParts/List.vue @@ -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 },