From a6da55f1be200726210eef2e37c1d75a90cd81ea Mon Sep 17 00:00:00 2001
From: zhongrj <646384940@qq.com>
Date: Thu, 14 Mar 2024 13:55:40 +0800
Subject: [PATCH] 轮播图管理类型回显修改
---
src/views/article/rotation.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/article/rotation.vue b/src/views/article/rotation.vue
index 5456f6a..98fa60f 100644
--- a/src/views/article/rotation.vue
+++ b/src/views/article/rotation.vue
@@ -74,15 +74,15 @@
dicData: [
{
label: "系统",
- value: "3"
+ value: 3
},
{
label: "公安",
- value: "1"
+ value: 1
},
{
label: "综治",
- value: "2"
+ value: 2
}
]
},
--
Gitblit v1.9.3