更新页面

This commit is contained in:
2025-07-24 14:40:46 +08:00
parent 03d2e9f459
commit 3b30b2b834
7 changed files with 74 additions and 44 deletions

View File

@ -52,8 +52,8 @@
>
<!-- 操作 -->
<template #controls="{ row }">
<el-link type="primary" size="small">网上会商</el-link>
<el-link type="primary" size="small">处置</el-link>
<el-link type="primary" size="small" @click="handleHs(row)">网上会商</el-link>
<el-link type="primary" size="small" @click="gozl(row)">处置</el-link>
</template>
</MyTable>
</div>
@ -73,6 +73,8 @@ import MoreBarEcharts from "@/views/home/echarts/moreBarEcharts.vue";
import LineEcharts from "@/views/home/echarts/moreLineEcharts.vue";
import Search from "@/components/aboutTable/Search.vue";
import MyTable from "@/components/aboutTable/DarkTable.vue";
import { useRoute, useRouter } from 'vue-router';
const router = useRouter();
import { nextTick, onMounted, reactive,getCurrentInstance ,ref, watch } from 'vue';
const { proxy } = getCurrentInstance();
const {D_BZ_SSZT,D_GS_XS_LY} = proxy.$dict("D_BZ_SSZT","D_GS_XS_LY"); //获取字典数据
@ -188,6 +190,14 @@ const handleGetList = () => {
});
};
const handleHs = (val) =>{
router.push({path:'/MeetingRoom',query:{tsypid:val.id}})
}
const gozl = () =>{
router.push('/InstructionInformation')
}
// 搜索
const onSearch = (val) =>{
searchForm.value = val;