From 876f43e0fd34e084cc8a179a20afb51fe612eca3 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期六, 09 十二月 2023 18:59:31 +0800 Subject: [PATCH] qxtj --- src/views/system/visit/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/system/visit/index.vue b/src/views/system/visit/index.vue index 2a2334c..0a9d31f 100644 --- a/src/views/system/visit/index.vue +++ b/src/views/system/visit/index.vue @@ -49,7 +49,7 @@ <template> <el-table border style="margin: 14px; width: 99%" v-loading="loading" :data="orderList" @selection-change="handleSelectionChange" ref="multipleTable"> - <el-table-column type="selection" width="40px" align="center" height="10px" fixed="left" /> + <!-- <el-table-column type="selection" width="40px" align="center" height="10px" fixed="left" /> --> <el-table-column label="搴忓彿" align="center" prop="newID" width="50px" fixed="left" height="10px" /> <el-table-column label="濮撳悕" align="center" prop="tjCustomerName" height="10px" width="90px" fixed="left" :show-overflow-tooltip="true" /> -- Gitblit v1.8.0