From 7e6805f3257dc2f1263cbcff27934b6a9f23360f Mon Sep 17 00:00:00 2001 From: xielue Date: Thu, 27 Apr 2023 21:47:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7=E9=85=8D=E4=BB=B6=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 2 +- .../Middle/bathroom/BathroomParts/BathroomParts/List.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 },