diff --git a/src/views/basic/ask/list.vue b/src/views/basic/ask/list.vue index 3bb13cd..b1ac7c7 100644 --- a/src/views/basic/ask/list.vue +++ b/src/views/basic/ask/list.vue @@ -25,6 +25,7 @@

+ 筛选 查看汇总报表 @@ -251,6 +252,12 @@ export default { return false; } }, + //去筛选 + linkToAsk() { + this.$router.push({ + path: "/ask", + }); + }, //去详情 linkToDetail(obj, types) { this.$router.push({ @@ -452,8 +459,9 @@ div::-webkit-scrollbar-thumb { } .btn-box { - text-align: right; - padding: 0 12px 16px; + display: flex; + justify-content: space-between; + padding: 0 12px 16px 0; position: sticky; top: 4px; z-index: 10; diff --git a/src/views/basic/setUp/teacher.vue b/src/views/basic/setUp/teacher.vue index ea62862..d47a8e3 100644 --- a/src/views/basic/setUp/teacher.vue +++ b/src/views/basic/setUp/teacher.vue @@ -129,13 +129,18 @@ >{{ "" }} 教师列表 - + title="确定所选教师格式化吗?" + @confirm="remove" + > + +

+ 筛选 查看汇总报表 @@ -331,6 +332,12 @@ export default { path: "/testArchiving", }); }, + //去筛选 + linkToTest() { + this.$router.push({ + path: "/test", + }); + }, //跳转单卷分析 linkTo(obj) { //去详情 @@ -665,8 +672,9 @@ div::-webkit-scrollbar-thumb { } .btn-box { - text-align: right; - padding: 0 12px 16px; + display: flex; + justify-content: space-between; + padding: 0 12px 16px 0; position: sticky; top: 4px; z-index: 10;