mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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}`)
|
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) {
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user