撤回的评估 还在添加评估列表里

This commit is contained in:
zhangyc
2022-12-15 20:05:08 +08:00
parent 59f4ad9d09
commit e98d3cd5ea
8 changed files with 34 additions and 13 deletions

View File

@@ -54,7 +54,7 @@
onChange: onSelectChange,
}"
/>
<div class="tableBox">
<div class="tableBox" style="margin-top:85px;">
<div class="pa">
<a-pagination
v-if="tableDataTotal > 10"
@@ -113,6 +113,7 @@ export default {
width: "20%",
dataIndex: "quiz_code",
key: "code",
ellipsis: true,
},
{
title: "测评名称",
@@ -120,6 +121,7 @@ export default {
dataIndex: "title",
key: "title",
align: "center",
ellipsis: true,
},
{
title: "备注",
@@ -149,6 +151,7 @@ export default {
dataIndex: "quiz_range",
key: "time",
align: "center",
ellipsis: true,
},
],
});