From 4ca1c8fe75a68488702895d3cd280df5c5a55adc Mon Sep 17 00:00:00 2001 From: qx <1084500556@qq.com> Date: 星期五, 09 五月 2025 10:46:13 +0800 Subject: [PATCH] qx总检修改提交 --- src/views/system/tijian/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 238e654..602e058 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -285,7 +285,7 @@ <el-tabs type="border-card" style="height: 560px; margin: 0 10px; width: 100%" v-model="activeNames" @tab-click="handleClick"> <el-tab-pane label="濂楅" name="first"> - <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" v-if="showSearch" label-width="auto"> + <el-form :model="queryParam" ref="queryForm" size="small" :inline="true" v-if="showSearch" label-width="auto" @submit.native.prevent="handle"> <el-form-item label="濂楅鍚嶇О" prop="pacName"> <el-input v-model="queryParam.pacName" placeholder="璇疯緭鍏ュ椁愬悕绉�" clearable @keyup.enter.native="handle" /> </el-form-item> @@ -2941,7 +2941,7 @@ if (this.tableData1) { this.tableData1.forEach((item) => { if (typeof item.nowPrice === 'number') { - item.nowPrice = Number(item.nowPrice.toFixed(2)); + item.nowPrice = Number(item.nowPrice.toFixed(3)); } if (item.tjCategory != null) { this.tjCategory = item.tjCategory; -- Gitblit v1.8.0