From 9dc955345c297e134df610453ff95ebb64b7c229 Mon Sep 17 00:00:00 2001 From: Gitea Date: Thu, 1 Aug 2024 18:22:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E5=88=86=E6=A0=87=E5=87=86=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=94=B9=E6=88=90=E8=AF=84=E5=88=86=E7=BB=86=E5=88=99?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3-master/src/views/topic/TopicList5.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jeecgboot-vue3-master/src/views/topic/TopicList5.vue b/jeecgboot-vue3-master/src/views/topic/TopicList5.vue index c9992421..49321b3d 100644 --- a/jeecgboot-vue3-master/src/views/topic/TopicList5.vue +++ b/jeecgboot-vue3-master/src/views/topic/TopicList5.vue @@ -230,7 +230,7 @@ function handleEdit3(record: Recordable) { function getTableAction(record) { const actions = [ { - label: '评分标准', + label: '评分细则设置', onClick: handleEdit2.bind(null, record), }, /* {