From d0c98269795e8f5656eb5c509e3d9d286206ac19 Mon Sep 17 00:00:00 2001 From: eight <641137800@qq.com> Date: 星期四, 28 十一月 2024 18:06:08 +0800 Subject: [PATCH] 排队中 允许 过号操作 --- src/views/ecg/appointment/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/ecg/appointment/index.vue b/src/views/ecg/appointment/index.vue index 9a0fb71..a5d4912 100644 --- a/src/views/ecg/appointment/index.vue +++ b/src/views/ecg/appointment/index.vue @@ -117,6 +117,7 @@ <!-- 鍒楄〃 --> <ContentWrap> <el-table v-loading="loading" :data="appointmentList" :stripe="true" :show-overflow-tooltip="true"> + <el-table-column label="灏辫瘖娴佹按鍙�" align="center" prop="episodeId" min-width="150px"/> <el-table-column label="缂栧彿" align="center" prop="patId" /> <el-table-column label="缂磋垂" align="center" prop="paid"> <template #default="scope"> -- Gitblit v1.9.3