From 772d8df8a3ee02a6fe2dbd6ba7216e3e3ee0ec63 Mon Sep 17 00:00:00 2001 From: qx <2540746708@qq.com> Date: 星期四, 20 六月 2024 22:18:38 +0800 Subject: [PATCH] qxtj --- src/views/hosp/order/index.vue | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index 880c529..341ac88 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -170,7 +170,15 @@ align="center" prop="tjCustomerName" fixed="left" - width="100px" + width="90px" + :show-overflow-tooltip="true" + /> + <el-table-column + label="韬唤璇佸彿" + align="center" + prop="tjCusIdCard" + fixed="left" + width="180px" :show-overflow-tooltip="true" /> <el-table-column @@ -580,7 +588,7 @@ @click="submitPrice" :disabled="confirm" style="margin-top: 34px" - >鏀惰垂</el-button + >鎻愪氦</el-button > </el-form-item> </el-form> @@ -761,7 +769,7 @@ @click="submitPrice1" :disabled="confirm" style="margin-top: 34px" - >鏀惰垂</el-button + >鎻愪氦</el-button > </el-form-item> </el-form> -- Gitblit v1.8.0