From dc453ef1835cf06796f33b943526da1e2465ca57 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 21 五月 2024 09:34:46 +0800
Subject: [PATCH] fix:试卷列表科目查询条件
---
src/views/user/student/list.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/user/student/list.vue b/src/views/user/student/list.vue
index ba02de0..dd4f531 100644
--- a/src/views/user/student/list.vue
+++ b/src/views/user/student/list.vue
@@ -40,7 +40,7 @@
<el-tag :type="row.condition == '姝e父' || row.condition == null ? 'success' : 'warning'">{{ row.condition ? row.condition : '姝e父' }}</el-tag>
</template>
</el-table-column>
- <el-table-column prop="conditionDetail" label="鍏蜂綋鎯呭喌" show-overflow-tooltip="true"/>
+ <el-table-column prop="conditionDetail" label="鍏蜂綋鎯呭喌" :show-overflow-tooltip="true"/>
<el-table-column prop="sex" label="鎬у埆" width="60px;" :formatter="sexFormatter"/>
<el-table-column prop="phone" label="鎵嬫満鍙�" width="120"/>
<el-table-column prop="createTime" label="鍒涘缓鏃堕棿" width="160px"/>
@@ -123,7 +123,7 @@
fileList:[],
queryParam: {
userName: '',
- role: 1,
+ roles: [1],
pageIndex: 1,
pageSize: 10
},
--
Gitblit v1.8.0