From e895534f4d55b6de2c01f95c30126e7b2ed04f97 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Sun, 4 Jan 2026 20:17:41 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20=E5=BD=92=E6=A1=A3+=E5=80=9F=E9=98=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/study/list.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/business/study/list.vue b/src/views/business/study/list.vue index 0ac8910..a9f0704 100644 --- a/src/views/business/study/list.vue +++ b/src/views/business/study/list.vue @@ -284,8 +284,8 @@ export default { }) }, - gs(row) { - this.operate = 'gs' + js(row) { + this.operate = 'js' this.operateRow = row this.$refs.signRef.show(this.$t('page.business.study.study.jssy'),this.$t('page.business.study.study.jssy')) },