mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
撤回的评估 还在添加评估列表里
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
}"
|
||||
filterMultiple:false
|
||||
/>
|
||||
<div class="tableBox">
|
||||
<div class="tableBox" style="margin-top:85px;">
|
||||
<div class="pa">
|
||||
<a-pagination
|
||||
:showSizeChanger="false"
|
||||
@@ -208,6 +208,7 @@ export default {
|
||||
key: "num",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "创建人",
|
||||
@@ -215,6 +216,7 @@ export default {
|
||||
key: "creator",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: "创建时间",
|
||||
@@ -222,6 +224,7 @@ export default {
|
||||
key: "time",
|
||||
width: "20%",
|
||||
align: "center",
|
||||
ellipsis: true,
|
||||
},
|
||||
];
|
||||
return columns;
|
||||
@@ -274,6 +277,7 @@ export default {
|
||||
assessmentName: state.inputV1,
|
||||
pageNo: state.currentPage,
|
||||
pageSize: state.pageSize,
|
||||
releaseStatus:2,
|
||||
})
|
||||
.then((res) => {
|
||||
let arr = res.data.data.rows;
|
||||
|
||||
Reference in New Issue
Block a user