2023年8月9日 修改评价量表管理员才可看评课教师信息,听课身份多选查询

This commit is contained in:
bai 2023-08-09 23:36:27 +08:00
parent 3d8e721da0
commit 22dc0312de
3 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,7 @@
</a-col> </a-col>
<a-col :lg="8"> <a-col :lg="8">
<a-form-item label="听课身份"> <a-form-item label="听课身份">
<j-dict-select-tag placeholder="请选择听课身份" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/> <j-dict-select-tag mode="multiple" placeholder="请选择听课身份" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24"> <a-col :xl="6" :lg="7" :md="8" :sm="24">

View File

@ -24,7 +24,7 @@
</a-col> </a-col>
<a-col :lg="8"> <a-col :lg="8">
<a-form-item label="听课身份"> <a-form-item label="听课身份">
<j-dict-select-tag placeholder="请选择听课身份" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/> <j-dict-select-tag mode="multiple" placeholder="请选择听课身份" v-model:value="queryParam.tklx" dictCode="tpkwcqkjzglx"/>
</a-form-item> </a-form-item>
</a-col> </a-col>
<a-col :lg="8"> <a-col :lg="8">

View File

@ -109,8 +109,8 @@
<a-table-column width="80px" title="授课节次" data-index="jieci"/> <a-table-column width="80px" title="授课节次" data-index="jieci"/>
<a-table-column width="150px" title="授课地点" data-index="skdd"/> <a-table-column width="150px" title="授课地点" data-index="skdd"/>
<a-table-column width="200px" title="评课教师单位" data-index="tkdwmc"/> <a-table-column width="200px" title="评课教师单位" data-index="tkdwmc"/>
<a-table-column width="110px" title="评课教师工号" data-index="tkjgh"/> <a-table-column width="110px" v-if="roleList.filter(x => x.roleCode == 'admin' ).length" title="评课教师工号" data-index="tkjgh"/>
<a-table-column width="110px" title="评课教师姓名" data-index="tkjsxm"/> <a-table-column width="110px" v-if="roleList.filter(x => x.roleCode == 'admin' ).length" title="评课教师姓名" data-index="tkjsxm"/>
<a-table-column width="150px" title="评课身份" data-index="tksf"/> <a-table-column width="150px" title="评课身份" data-index="tksf"/>
<!-- 管理员才能看结果 --> <!-- 管理员才能看结果 -->
<a-table-column width="200px" v-if="roleList.filter(x => x.roleCode == 'admin' ).length" title="评课评价结果5分制" data-index="tkpjjg"/> <a-table-column width="200px" v-if="roleList.filter(x => x.roleCode == 'admin' ).length" title="评课评价结果5分制" data-index="tkpjjg"/>