From 9fe11a3b1c7ca926e2f4e97e36c2911c290a0ab2 Mon Sep 17 00:00:00 2001 From: 董国庆 <364620639@qq.com> Date: 星期一, 30 六月 2025 14:23:54 +0800 Subject: [PATCH] 修改bug --- laboratory/src/views/dataManagement/sampleManage/list.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/laboratory/src/views/dataManagement/sampleManage/list.vue b/laboratory/src/views/dataManagement/sampleManage/list.vue index 9ec6765..44ffa5a 100644 --- a/laboratory/src/views/dataManagement/sampleManage/list.vue +++ b/laboratory/src/views/dataManagement/sampleManage/list.vue @@ -56,6 +56,7 @@ </template> <template #table> <el-table-column + width="180" v-for="(column, index) in currentColumns" :key="index" :prop="column.prop" -- Gitblit v1.7.1