优秀案例的查询调整

This commit is contained in:
daihh
2022-12-27 15:10:04 +08:00
parent b5788a7ba3
commit 8c0683a0a9
3 changed files with 6 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
</el-table-column> -->
<el-table-column label="作者" width="80px" prop="authorName"></el-table-column>
<el-table-column label="导入时间" prop="sysCreateTime"></el-table-column>
<el-table-column label="设置优秀时间" prop="excellentTime"></el-table-column>
<el-table-column label="操作">
<template slot-scope="scope">
<el-button-group>
@@ -124,7 +125,7 @@ export default {
pageIndex:1,
pageSize:10,
isTop:'',
excellent:false,
excellent:'',
}, //查询对象
caseList: [], //案例列表
count:0,
@@ -191,7 +192,7 @@ export default {
this.$message({
type: 'info',
message: '已撤回取消推荐'
});
});
});
},
open(item) {
@@ -219,7 +220,7 @@ export default {
this.$message({
type: 'info',
message: '已取消推荐'
});
});
});
},
inputOn() {