Commit 5559fa10 authored by jiaxu.yan's avatar jiaxu.yan

Merge branch 'developer/yanjiaxu' into develop

parents 03ed089d a7517071
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
align-items: center; align-items: center;
width: calc(100% - 100px); width: 60vw;
} }
.standard-title { .standard-title {
width: calc(70% - 40px); width: calc(70% - 40px);
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
.standard-result { .standard-result {
color: #303133; color: #303133;
font-weight: bold; font-weight: bold;
width: 160px; width: 100px;
white-space: nowrap; white-space: nowrap;
} }
} }
......
...@@ -124,8 +124,7 @@ export default { ...@@ -124,8 +124,7 @@ export default {
.el-collapse-item__header { .el-collapse-item__header {
background-color: #f2f2f2 !important; background-color: #f2f2f2 !important;
height: 40px; height: 40px;
list-style: 40px; padding-left:13px;
padding: 0 13px;
} }
.el-collapse-item__content { .el-collapse-item__content {
padding: 0 !important; padding: 0 !important;
......
This diff is collapsed.
...@@ -225,6 +225,13 @@ export default { ...@@ -225,6 +225,13 @@ export default {
refreshList: false, refreshList: false,
dialogEditId: 0 dialogEditId: 0
}, },
queryParams: {
pageNum: 1,
pageSize: 10,
taskId: this.$route.query.id,
isAsc: 'desc',
orderByColumn: 'createTime'
},
refreshList: false, refreshList: false,
baseUrl: process.env.VUE_APP_IMAGE_API, baseUrl: process.env.VUE_APP_IMAGE_API,
listUrl: '/review/enterprise/archive/findEnterpriseArchiveByTaskId', listUrl: '/review/enterprise/archive/findEnterpriseArchiveByTaskId',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment