From 56b72beefac87c4f8722d5ed3ad5119a548817ac Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 20 六月 2024 11:56:19 +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