From 33e6864358336ab1a3ecd4f1146c3161007c016b Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Fri, 28 Jul 2023 06:40:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts | 11 +++++++++++ src/views/kc/xxhbtkxx/XxhbtkxxList.vue | 8 +++++++- src/views/site/pjjgPage/index.vue | 2 +- src/views/site/pjjgPage/list.vue | 24 +++++++++++++++++++++++- 4 files changed, 42 insertions(+), 3 deletions(-) diff --git a/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts b/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts index 47a689c..dd090b2 100644 --- a/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts +++ b/src/views/kc/xxhbtkxx/Xxhbtkxx.data.ts @@ -5,6 +5,11 @@ import { render } from '/@/utils/common/renderUtils'; import { log } from 'console'; //列表数据 export const columns: BasicColumn[] = [ + { + title: '学期学年', + align: "center", + dataIndex: 'xqxn' + }, { title: '姓名', align: "center", @@ -147,6 +152,12 @@ export const columns: BasicColumn[] = [ //查询数据 export const searchFormSchema: FormSchema[] = [ + { + label: "学期学年", + field: 'xqxn', + component: 'Input', + colProps: {span: 6}, + }, { label: "姓名", field: 'xm', diff --git a/src/views/kc/xxhbtkxx/XxhbtkxxList.vue b/src/views/kc/xxhbtkxx/XxhbtkxxList.vue index 24a4168..67ef68e 100644 --- a/src/views/kc/xxhbtkxx/XxhbtkxxList.vue +++ b/src/views/kc/xxhbtkxx/XxhbtkxxList.vue @@ -4,11 +4,17 @@