From 2b4488c9e3a44048050fc8558dab736c27046e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=86=E7=B1=B3=E8=8A=B1?= <417727563@qq.com> Date: Wed, 31 Jul 2024 01:02:02 +0800 Subject: [PATCH] =?UTF-8?q?31-=E9=9A=90=E8=97=8F=20=E7=A7=AF=E5=88=86?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E9=83=A8=E9=97=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../PersonalAbilityEvaluationCollect.data.ts | 8 ++++---- .../personalCompTotalScore/PersonalCompTotalScore.data.ts | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/jeecgboot-vue3-master/src/views/abilityEvaluation/persanlCollect/PersonalAbilityEvaluationCollect.data.ts b/jeecgboot-vue3-master/src/views/abilityEvaluation/persanlCollect/PersonalAbilityEvaluationCollect.data.ts index e390ed45..7025190c 100644 --- a/jeecgboot-vue3-master/src/views/abilityEvaluation/persanlCollect/PersonalAbilityEvaluationCollect.data.ts +++ b/jeecgboot-vue3-master/src/views/abilityEvaluation/persanlCollect/PersonalAbilityEvaluationCollect.data.ts @@ -1,11 +1,11 @@ import {BasicColumn, FormSchema} from '/@/components/Table'; //列表数据 export const columns: BasicColumn[] = [ - { +/* { title: '所属部门', align: "center", dataIndex: 'depetId_dictText' - }, + },*/ { title: '学号', align: "center", @@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [ ]; //查询数据 export const searchFormSchema: FormSchema[] = [ - { + /*{ label: "所属部门", field: 'depetId', component: 'JDictSelectTag', @@ -37,7 +37,7 @@ export const searchFormSchema: FormSchema[] = [ dictCode: "sys_depart,depart_name,id" }, colProps: {span: 6}, - }, + },*/ { label: "能力名称", field: 'capacityId', diff --git a/jeecgboot-vue3-master/src/views/annualScore/personalCompTotalScore/PersonalCompTotalScore.data.ts b/jeecgboot-vue3-master/src/views/annualScore/personalCompTotalScore/PersonalCompTotalScore.data.ts index 4a8d6b1d..13b6b214 100644 --- a/jeecgboot-vue3-master/src/views/annualScore/personalCompTotalScore/PersonalCompTotalScore.data.ts +++ b/jeecgboot-vue3-master/src/views/annualScore/personalCompTotalScore/PersonalCompTotalScore.data.ts @@ -1,11 +1,11 @@ import {BasicColumn, FormSchema} from '/@/components/Table'; //列表数据 export const columns: BasicColumn[] = [ - { +/* { title: '院系', align: "center", dataIndex: 'depet_dictText' - }, + },*/ { title: '姓名', align: "center", @@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [ ]; //查询数据 export const searchFormSchema: FormSchema[] = [ - { + /* { label: "院系", field: 'depet', component: 'JDictSelectTag', @@ -37,7 +37,7 @@ export const searchFormSchema: FormSchema[] = [ dictCode: "sys_depart,depart_name,id" }, colProps: {span: 6}, - }, + },*/ { label: "学号", field: 'workOn',