From 62e8aa86799fb753e51dbc2be8f54a02d486ae2d Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 18 Dec 2023 18:02:35 +0800
Subject: [PATCH] 菜单分类

---
 src/views/article/article.vue |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/src/views/article/article.vue b/src/views/article/article.vue
index abbdc13..7910671 100644
--- a/src/views/article/article.vue
+++ b/src/views/article/article.vue
@@ -345,7 +345,22 @@
                 value: 1
               }]
             },
-
+            {
+              labelWidth: 100,
+              label: '开启投票',
+              prop: 'openFlag',
+              type: 'radio',
+              button: true,
+              row: true,
+              offset: 6,
+              dicData: [{
+                label: '开启',
+                value: 0
+              }, {
+                label: '不开启',
+                value: 1
+              }]
+            },
             {
               label: "截止时间",
               row: true,

--
Gitblit v1.9.3