修改bug

This commit is contained in:
yangjun 2024-01-15 16:21:09 +08:00
parent f6235a4838
commit 371a47ffab
2 changed files with 11 additions and 1 deletions

View File

@ -99,6 +99,11 @@ export const columns: BasicColumn[] = [
align: "center",
dataIndex: 'col59'
},
{
title: '评价日期',
align: "center",
dataIndex: 'col60'
},
{
title: '讲课有热情,精神饱满,能调动学生情绪,课堂气氛活跃',
align: "center",

View File

@ -68,7 +68,12 @@
</a-col>
<a-col :lg="8">
<a-form-item label="思政课程">
<j-dict-select-tag placeholder="请选择听课教师身份" v-model:value="queryParam.col59" dictCode="szkc"/>
<j-dict-select-tag placeholder="请选择思政课程" v-model:value="queryParam.col59" dictCode="szkc"/>
</a-form-item>
</a-col>
<a-col :lg="8">
<a-form-item label="评价日期">
<a-date-picker :showTime="false" valueFormat="YYYY-MM-DD" :placeholder="'请选择评价日期'" style="width:100%;" v-model:value="queryParam.col60"></a-date-picker>
</a-form-item>
</a-col>
<!--</template>-->