From 9c692783e174945a32c803b436f83a79d6cd4d47 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Fri, 17 Feb 2023 11:12:00 +0800
Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E9=95=BF=E5=BA=A6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/InformationCategory/index.vue | 11 +++++------
src/views/system/informationInfo/index.vue | 2 ++
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/views/system/InformationCategory/index.vue b/src/views/system/InformationCategory/index.vue
index 0f18231..24c1385 100644
--- a/src/views/system/InformationCategory/index.vue
+++ b/src/views/system/InformationCategory/index.vue
@@ -21,6 +21,7 @@
v-model="queryParams.informationCategoryName"
placeholder="请输入资讯分类名称"
clearable
+ maxlength="100"
@keyup.enter.native="handleQuery"
/>
@@ -124,7 +125,7 @@
{{
scope.row.informationCategoryType == "HEALTH_NOUS" ? "健康咨询" : ""
}}
- {{ scope.row.informationCategoryType == "OTHER" ? "其他" : "" }}
+
@@ -188,6 +189,7 @@
:prop="`informationCategoryList.${index}.informationCategoryName`"
>
@@ -311,10 +313,7 @@ export default {
options: [{
value: 'HEALTH_NOUS',
label: '健康咨询'
- }, {
- value: 'OTHER',
- label: '其他'
- }],
+ }, ],
value:"",
// 遮罩层
loading: true,
diff --git a/src/views/system/informationInfo/index.vue b/src/views/system/informationInfo/index.vue
index 42da695..3ec9806 100644
--- a/src/views/system/informationInfo/index.vue
+++ b/src/views/system/informationInfo/index.vue
@@ -13,6 +13,7 @@
@@ -156,6 +157,7 @@