Commit c85b842723d3be0effce7675024f5428d7955842

Authored by wuxw
1 parent f804bf62

报表功能测试完成

src/views/contract/contractTypeManageList.vue
@@ -179,7 +179,7 @@ export default { @@ -179,7 +179,7 @@ export default {
179 this.$router.push(`/views/contract/contractTypeSpecManage?contractTypeId=${row.contractTypeId}`) 179 this.$router.push(`/views/contract/contractTypeSpecManage?contractTypeId=${row.contractTypeId}`)
180 }, 180 },
181 _toAuditPage() { 181 _toAuditPage() {
182 - this.$router.push('/admin/workflowManage?tab=流程管理') 182 + this.$router.push('/pages/property/workflowManage?tab=流程管理')
183 }, 183 },
184 184
185 _openContractTemplate(row) { 185 _openContractTemplate(row) {
src/views/system/workflowManageList.vue
1 <template> 1 <template>
2 - <div class="workflow-manage-container animated fadeInRight"> 2 + <div class="workflow-manage-container animated fadeInRight padding">
3 <el-row> 3 <el-row>
4 <el-col :span="24"> 4 <el-col :span="24">
5 <el-card class="box-card"> 5 <el-card class="box-card">
@@ -179,7 +179,7 @@ export default { @@ -179,7 +179,7 @@ export default {
179 179
180 <style lang="scss" scoped> 180 <style lang="scss" scoped>
181 .workflow-manage-container { 181 .workflow-manage-container {
182 - padding: 0; 182 +
183 margin: 0; 183 margin: 0;
184 184
185 .box-card { 185 .box-card {