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