From 5167d73c1e36d0f9ddeb2a473d7164737b560fe0 Mon Sep 17 00:00:00 2001 From: pengwei <2071057782@qq.com> Date: 星期一, 21 四月 2025 08:55:51 +0800 Subject: [PATCH] 优化 --- 项目代码/client/src/views/tts/BasicInformation/Basicinformation.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" index d126bca..9c78316 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/client/src/views/tts/BasicInformation/Basicinformation.vue" @@ -145,7 +145,7 @@ fontSize: '0.88rem', height: '3rem', }" - @select="InfoSelectionChange" + @selection-change="InfoSelectionChange" > <el-table-column type="selection" align="center" /> <el-table-column prop="articleName" label="淇℃伅鍚嶇О" align="center" /> @@ -180,7 +180,7 @@ fontSize: '0.88rem', height: '3rem', }" - @select="ToolSelectionChange" + @selection-change="ToolSelectionChange" > <el-table-column type="selection" align="center" /> <el-table-column prop="toolName" label="宸ュ叿鍚嶇О" align="center" /> -- Gitblit v1.9.3