mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +08:00
报表功能测试完成
This commit is contained in:
parent
f804bf62f1
commit
c85b842723
@ -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) {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user