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 @@