修改学学年展示
This commit is contained in:
parent
71d2975bfd
commit
d5a0380053
|
@ -4,6 +4,11 @@ import { rules} from '/@/utils/helper/validator';
|
||||||
import { render } from '/@/utils/common/renderUtils';
|
import { render } from '/@/utils/common/renderUtils';
|
||||||
//列表数据
|
//列表数据
|
||||||
export const columns: BasicColumn[] = [
|
export const columns: BasicColumn[] = [
|
||||||
|
{
|
||||||
|
title: '学期学年',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'xqxn'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '编号',
|
title: '编号',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
|
@ -4,6 +4,11 @@
|
||||||
<div class="jeecg-basic-table-form-container">
|
<div class="jeecg-basic-table-form-container">
|
||||||
<a-form @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
|
<a-form @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol" :wrapper-col="wrapperCol">
|
||||||
<a-row :gutter="24">
|
<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-col :lg="8">
|
||||||
<a-form-item label="编号">
|
<a-form-item label="编号">
|
||||||
<a-input placeholder="请输入编号" v-model:value="queryParam.bh"></a-input>
|
<a-input placeholder="请输入编号" v-model:value="queryParam.bh"></a-input>
|
||||||
|
@ -152,6 +157,7 @@
|
||||||
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './XxhbbkjxtkpjBadLog.api';
|
import { list, deleteOne, batchDelete, getImportUrl, getExportUrl } from './XxhbbkjxtkpjBadLog.api';
|
||||||
import { downloadFile } from '/@/utils/common/renderUtils';
|
import { downloadFile } from '/@/utils/common/renderUtils';
|
||||||
import XxhbbkjxtkpjBadLogModal from './components/XxhbbkjxtkpjBadLogModal.vue'
|
import XxhbbkjxtkpjBadLogModal from './components/XxhbbkjxtkpjBadLogModal.vue'
|
||||||
|
import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
|
||||||
|
|
||||||
const queryParam = ref<any>({});
|
const queryParam = ref<any>({});
|
||||||
const toggleSearchStatus = ref<boolean>(false);
|
const toggleSearchStatus = ref<boolean>(false);
|
||||||
|
|
Loading…
Reference in New Issue