报表功能测试完成

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}`) this.$router.push(`/views/contract/contractTypeSpecManage?contractTypeId=${row.contractTypeId}`)
}, },
_toAuditPage() { _toAuditPage() {
this.$router.push('/admin/workflowManage?tab=流程管理') this.$router.push('/pages/property/workflowManage?tab=流程管理')
}, },
_openContractTemplate(row) { _openContractTemplate(row) {

View File

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