From c6b785037442a26b5b45e4bc9834e49c47e3fb09 Mon Sep 17 00:00:00 2001 From: wwl <xchao828@163.com> Date: 星期五, 14 二月 2025 17:23:18 +0800 Subject: [PATCH] 取消自动关闭读卡器 --- src/views/reservation/resercopy/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/reservation/resercopy/index.vue b/src/views/reservation/resercopy/index.vue index c4abbc9..8d478e9 100644 --- a/src/views/reservation/resercopy/index.vue +++ b/src/views/reservation/resercopy/index.vue @@ -130,6 +130,13 @@ width="200" > </el-table-column> + <el-table-column + label="鍗曚綅閮ㄩ棬" + align="center" + prop="department" + width="200" + > + </el-table-column> <!-- <el-table-column label="宸ュ彿" align="center" prop="jobNo" width="80" /> --> <el-table-column label="濮撳悕" align="center" prop="name" width="75" /> <el-table-column label="鎬у埆" align="center" prop="sex" width="75"> @@ -848,7 +855,6 @@ this.objs.drugManufacturerId = ""; this.objs.dwDeptName = ""; this.objs.reservationTime = ""; - this.objs.yxts = ""; this.TotalPrice = ""; this.tableData[0] = []; this.TotalPrice1 = ""; -- Gitblit v1.8.0