修改学学年展示

This commit is contained in:
yangjun 2023-07-28 23:03:13 +08:00
parent 71d2975bfd
commit d5a0380053
2 changed files with 11 additions and 0 deletions

View File

@ -4,6 +4,11 @@ import { rules} from '/@/utils/helper/validator';
import { render } from '/@/utils/common/renderUtils';
//列表数据
export const columns: BasicColumn[] = [
{
title: '学期学年',
align: "center",
dataIndex: 'xqxn'
},
{
title: '编号',
align: "center",

View File

@ -4,6 +4,11 @@
<div class="jeecg-basic-table-form-container">
<a-form @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
<a-row :gutter="24">
<a-col :lg="8">
<a-form-item label="学期学年">
<j-dict-select-tag placeholder="请选择学期学年" v-model:value="queryParam.xqxn" dictCode="kc_xqxn_history,title,title,true order by start_time desc"/>
</a-form-item>
</a-col>
<a-col :lg="8">
<a-form-item label="编号">
<a-input placeholder="请输入编号" v-model:value="queryParam.bh"></a-input>
@ -152,6 +157,7 @@
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './XxhbbkjxtkpjBadLog.api';
import { downloadFile } from '/@/utils/common/renderUtils';
import XxhbbkjxtkpjBadLogModal from './components/XxhbbkjxtkpjBadLogModal.vue'
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
const queryParam = ref<any>({});
const toggleSearchStatus = ref<boolean>(false);