From 02f892adc222209b52051f69467dcde55ba4f828 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 22 七月 2025 15:50:59 +0800 Subject: [PATCH] 1 --- src/views/reservation/reservations/index.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/reservation/reservations/index.vue b/src/views/reservation/reservations/index.vue index d5bbf6b..29c6928 100644 --- a/src/views/reservation/reservations/index.vue +++ b/src/views/reservation/reservations/index.vue @@ -119,10 +119,10 @@ /> </el-form-item> - <el-form-item label="鍗曚綅鍚嶇О" prop="company"> + <el-form-item label="鍗曚綅鍚嶇О" prop="companyId"> <el-select :remote-method="getRemoteData" - v-model="queryParams.company" + v-model="queryParams.companyId" remote default-first-option allow-create @@ -394,21 +394,21 @@ <el-table-column label="濂楅鍚嶇О" align="center" - prop="email" + prop="dwDeptName" :show-overflow-tooltip="true" width="160px" /> <el-table-column label="鍒嗙粍鍚嶇О" align="center" - prop="email" + prop="groupingName" :show-overflow-tooltip="true" width="160px" /> <el-table-column label="鍗曚綅閮ㄩ棬" align="center" - prop="dwbm" + prop="department" :show-overflow-tooltip="true" width="160px" /> @@ -2247,7 +2247,7 @@ phoe: null, email: null, tjType: null, - company: null, + companyId: null, reservationTime: null, isExpire: null, }, @@ -2515,6 +2515,7 @@ proIds: null, pacId: null, company: null, + drugManufacturerId:null, companyId: null, jobNo: null, department: null, -- Gitblit v1.8.0