列表刷新

This commit is contained in:
kclf
2022-12-07 16:33:34 +08:00
parent dd7f2aed08
commit e205b66078

View File

@@ -44,7 +44,7 @@
<div class="btns"> <div class="btns">
<div class="btn btn3" @click="handleNew"> <div class="btn btn3" @click="handleNew">
<div class="search"></div> <div class="search"></div>
<div class="btnText">创建评估</div> <div class="btnText">创建评估2</div>
</div> </div>
</div> </div>
</div> </div>
@@ -230,46 +230,46 @@ export default {
number: null, number: null,
selectTime: null, selectTime: null,
tableData: [ tableData: [
{ // {
key: 1, // key: 1,
number: 1, // number: 1,
manager: "产品经理评估", // manager: "产品经理评估",
state: "已发布", // state: "已发布",
creater: "管理员", // creater: "管理员",
pubtime: "2022-07-20 9:03", // pubtime: "2022-07-20 9:03",
cretime: "2022-07-20 9:03", // cretime: "2022-07-20 9:03",
haspub: false, // haspub: false,
}, // },
{ // {
key: 2, // key: 2,
number: 2, // number: 2,
manager: "高级产品经理评估", // manager: "高级产品经理评估",
state: "已发布", // state: "已发布",
creater: "管理员", // creater: "管理员",
pubtime: "2022-07-20 9:03", // pubtime: "2022-07-20 9:03",
cretime: "2022-07-20 9:03", // cretime: "2022-07-20 9:03",
haspub: false, // haspub: false,
}, // },
{ // {
key: 3, // key: 3,
number: 3, // number: 3,
manager: "管理者进阶腾飞班管理者进阶腾飞班评估", // manager: "管理者进阶腾飞班管理者进阶腾飞班评估",
state: "待发布", // state: "待发布",
creater: "管理员", // creater: "管理员",
pubtime: "2022-07-20 9:03", // pubtime: "2022-07-20 9:03",
cretime: "2022-07-20 9:03", // cretime: "2022-07-20 9:03",
haspub: true, // haspub: true,
}, // },
{ // {
key: 4, // key: 4,
number: 4, // number: 4,
manager: "HR评估", // manager: "HR评估",
state: "已结束", // state: "已结束",
creater: "管理员", // creater: "管理员",
pubtime: "2022-07-20 9:03", // pubtime: "2022-07-20 9:03",
cretime: "2022-07-20 9:03", // cretime: "2022-07-20 9:03",
haspub: true, // haspub: true,
}, // },
], ],
currentPage: 1, currentPage: 1,
tableDataTotal: 0, tableDataTotal: 0,