报表功能测试完成

This commit is contained in:
wuxw 2025-07-15 14:27:59 +08:00
parent f804bf62f1
commit c85b842723
2 changed files with 3 additions and 3 deletions

View File

@ -179,7 +179,7 @@ export default {
this.$router.push(`/views/contract/contractTypeSpecManage?contractTypeId=${row.contractTypeId}`)
},
_toAuditPage() {
this.$router.push('/admin/workflowManage?tab=流程管理')
this.$router.push('/pages/property/workflowManage?tab=流程管理')
},
_openContractTemplate(row) {

View File

@ -1,5 +1,5 @@
<template>
<div class="workflow-manage-container animated fadeInRight">
<div class="workflow-manage-container animated fadeInRight padding">
<el-row>
<el-col :span="24">
<el-card class="box-card">
@ -179,7 +179,7 @@ export default {
<style lang="scss" scoped>
.workflow-manage-container {
padding: 0;
margin: 0;
.box-card {