From d732025a456e4c10e24526cbbc88f05690011544 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Tue, 1 Apr 2025 14:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/page/articleDetailEditor.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/page/articleDetailEditor.vue b/src/components/page/articleDetailEditor.vue index 73eacae..1faa73d 100644 --- a/src/components/page/articleDetailEditor.vue +++ b/src/components/page/articleDetailEditor.vue @@ -625,10 +625,10 @@ export default { state: 6, title: this.$t('artstate.state6') }, - { - state: 5, - title: this.$t('artstate.state5') - } + // { + // state: 5, + // title: this.$t('artstate.state5') + // } ], form: { articleId: this.$route.query.id,