Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev

This commit is contained in:
kun 2024-05-24 09:43:17 +08:00
commit 2d24c6f463
2 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<!-- table -->
<div class="table_wrap whiteBlock" style="height: 677px">
<el-table class="tables" :data="listData" height="200">
<el-table-column width="200" align="center" prop="name" label="考试科目"></el-table-column>
<el-table-column width="200" align="center" prop="subjectName" label="考试科目"></el-table-column>
<el-table-column align="center" prop="name" label="试题名称"></el-table-column>
<el-table-column align="center" prop="radio" label="单选题"></el-table-column>
<el-table-column align="center" prop="multi" label="多选题"></el-table-column>

View File

@ -458,6 +458,7 @@ export default {
console.log("------------------",this.selectWorkerList);
this.dialogVisible3= false;
},
inquire(flag){
this.worker.pageNo = 1;