增加问题主动上报内容

This commit is contained in:
xuli
2026-01-21 17:50:38 +08:00
parent 5aa7498225
commit 04356796fa
7 changed files with 117 additions and 156 deletions

View File

@@ -84,7 +84,7 @@ onMounted(() => {
// 搜索处理
let searchShow = ref(false);
let searchText = ref(undefined);
let searchTypeObj = ref({typeId:3,typeName:'巡检类型'});
let searchTypeObj = ref({typeId:4,typeName:'巡检类型'});
let noticeTypeList=ref([
{id:1,name:'日常巡检'},
{id:2,name:'临时巡检'},
@@ -295,4 +295,7 @@ const handleDetail = (item) =>{
:deep(.mescroll-upwarp){
display: none !important;
}
:deep(.mescroll-empty){
display: none !important;
}
</style>