From 08c2033475fa42690c3246aa1510f6c6c932c2ea Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 02 八月 2025 10:53:31 +0800
Subject: [PATCH] 数量可以支持小数

---
 src/views/rollCall/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/rollCall/index.vue b/src/views/rollCall/index.vue
index 626a217..2641f14 100644
--- a/src/views/rollCall/index.vue
+++ b/src/views/rollCall/index.vue
@@ -18,7 +18,7 @@
             </el-input>
           </div>
         </div>
-        <div style="height: calc(100vh - 248px)">
+        <div style="height: calc(100vh - 208px)">
           <el-table
             v-loading="listLoading"
             :data="list"
@@ -33,7 +33,7 @@
                 }}</el-link>
               </template>
             </el-table-column>
-            <el-table-column label="璇惧寘/浼氬憳鍗�" width="">
+            <el-table-column label="璇惧寘" width="">
               <template slot-scope="scope"
                 >{{ scope.row.voucher.name }}
               </template>
@@ -80,7 +80,7 @@
             </el-input>
           </div>
         </div>
-        <div style="height: calc(100vh - 248px)">
+        <div style="height: calc(100vh - 208px)">
           <el-table
             v-loading="listLoading"
             :data="list"
@@ -130,7 +130,7 @@
             </el-input>
           </div>
         </div>
-        <div style="height: calc(100vh - 248px)">
+        <div style="height: calc(100vh - 208px)">
           <el-table
             v-loading="listLoading"
             :data="list"

--
Gitblit v1.8.0