This commit is contained in:
dhr
2025-09-19 20:28:31 +08:00
parent b3a6918fef
commit aa443c3d62
12 changed files with 1539 additions and 572 deletions

View File

@ -3,8 +3,8 @@
<div class="inspection-tasks">
<div class="navigation-tabs">
<div class="nav-tab" @click="handleInspection1">待办事项</div>
<div class="nav-tab active" @click="handleInspection2">巡检管理</div>
<div class="nav-tab" @click="handleInspection3">试验管理</div>
<div class="nav-tab" @click="handleInspection2">巡检管理</div>
<div class="nav-tab active" @click="handleInspection3">试验管理</div>
<div class="nav-tab" @click="handleInspection4">报修管理</div>
<div class="nav-tab" @click="handleInspection5">抢修管理</div>
<div class="nav-tab" @click="handleInspection6">工单管理</div>
@ -17,9 +17,9 @@
<!-- 选项卡 -->
<div class="tabs-wrapper">
<div style="display: flex; align-items: center; gap: 10px">
<el-button type="primary" @click="handleInspectionManagement1">巡检计划</el-button>
<el-button type="primary" @click="handleInspectionManagement2">巡检任务</el-button>
<el-button type="primary" @click="handleInspectionManagement3">巡检记录</el-button>
<el-button type="primary" @click="handleInspectionManagement1">试验计划</el-button>
<el-button type="primary" @click="handleInspectionManagement2">试验任务</el-button>
<el-button type="primary" @click="handleInspectionManagement3">试验记录</el-button>
</div>
</div>
@ -418,14 +418,14 @@ const handleView = (task) => {
};
const handleInspectionManagement1 = () => {
router.push('/rili/InspectionManagement');
router.push('/rili/shiyanguanli');
};
const handleInspectionManagement2 = () => {
router.push('/rili/xunjianrenwu');
router.push('/rili/shiyanrenwu');
};
const handleInspectionManagement3 = () => {
router.push('/rili/xunjianjihua');
router.push('/rili/shiyanjilu');
};
const handleInspection1 = () => {
router.push('/rili/rili');