Commit a7517071 authored by jiaxu.yan's avatar jiaxu.yan

fix: 70882

parent b8f87242
......@@ -89,7 +89,7 @@
display: flex;
justify-content: flex-start;
align-items: center;
width: calc(100% - 100px);
width: 60vw;
}
.standard-title {
width: calc(70% - 40px);
......@@ -108,7 +108,7 @@
.standard-result {
color: #303133;
font-weight: bold;
width: 160px;
width: 100px;
white-space: nowrap;
}
}
......
......@@ -124,8 +124,7 @@ export default {
.el-collapse-item__header {
background-color: #f2f2f2 !important;
height: 40px;
list-style: 40px;
padding: 0 13px;
padding-left:13px;
}
.el-collapse-item__content {
padding: 0 !important;
......
This diff is collapsed.
......@@ -225,6 +225,13 @@ export default {
refreshList: false,
dialogEditId: 0
},
queryParams: {
pageNum: 1,
pageSize: 10,
taskId: this.$route.query.id,
isAsc: 'desc',
orderByColumn: 'createTime'
},
refreshList: false,
baseUrl: process.env.VUE_APP_IMAGE_API,
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