From 1a048bbccadb9bc4d9f016c64b6d95b7362bfb61 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Dec 2023 17:23:51 +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