diff --git a/src/views/basic/basicclass/index.vue b/src/views/basic/basicclass/index.vue index c2011f5..586420c 100644 --- a/src/views/basic/basicclass/index.vue +++ b/src/views/basic/basicclass/index.vue @@ -284,7 +284,6 @@ import { downBlobFile, adaptationUrl } from "/@/utils/other"; import TableColumnControl from '/@/components/TableColumnControl/index.vue' import { List, OfficeBuilding, Grid, Document, UserFilled, Phone, User, Lock, CircleCheck, TrendCharts, Setting, Menu, Search } from '@element-plus/icons-vue' import { useTableColumnControl } from '/@/hooks/tableColumn' -import '/@/styles/modern-page.scss' import { defineAsyncComponent as defineStatusTag } from 'vue' const StatusTag = defineStatusTag(() => import('/@/components/StatusTag/index.vue')) @@ -529,3 +528,7 @@ onMounted(() => { getClassListData() }) + + diff --git a/src/views/basic/basicstudent/index.vue b/src/views/basic/basicstudent/index.vue index 2cffe8c..1083426 100644 --- a/src/views/basic/basicstudent/index.vue +++ b/src/views/basic/basicstudent/index.vue @@ -139,7 +139,7 @@ 重置 - + @@ -169,7 +169,7 @@ icon="Picture" type="info" class="ml10" - @click="handleExportAvatar"> + @click="handleExportAvatar"> 导出头像 { diff --git a/src/views/stuwork/classsummary/index.vue b/src/views/stuwork/classsummary/index.vue index a92d177..ab07e67 100644 --- a/src/views/stuwork/classsummary/index.vue +++ b/src/views/stuwork/classsummary/index.vue @@ -162,83 +162,84 @@ {{ col.label }} - - - - - - - - - - - - - - - - - - - + - + - - - @@ -41,7 +41,7 @@ - + @@ -98,7 +98,7 @@ @order-change="handleColumnOrderChange" > @@ -54,7 +54,7 @@
- 助学金批次列表 + 助学金批次列?
@@ -34,10 +34,10 @@ clearable style="width: 200px" /> - + - + - + @@ -210,7 +210,7 @@ import { Phone, Collection, Document, Files, Setting, Menu, Search } from '@element-plus/icons-vue' import { useTableColumnControl } from '/@/hooks/tableColumn' -import '/@/styles/modern-page.scss' + // 定义变量内容 const route = useRoute() @@ -222,21 +222,21 @@ const showSearch = ref(true) const deptList = ref([]) const typeList = ref([]) -// 表格列配置 +// 表格列配? const tableColumns = [ { prop: 'associationName', label: '社团名称', minWidth: 200 }, { prop: 'deptName', label: '学院', minWidth: 150 }, { prop: 'teacherRealName', label: '指导老师姓名', width: 120 }, - { prop: 'maintainer', label: '负责人', width: 100 }, + { prop: 'maintainer', label: '负责?, width: 100 }, { prop: 'num', label: '人数', width: 80 }, { prop: 'openTime', label: '成立时间', width: 120 }, { prop: 'tel', label: '联系电话', width: 120 }, - { prop: 'type', label: '所属类别', width: 120 }, + { prop: 'type', label: '所属类?, width: 120 }, { prop: 'applyNote', label: '成立申请', minWidth: 200 }, { prop: 'ruleNote', label: '社团章程', minWidth: 200 } ] -// 列配置映射(用于图标) +// 列配置映射(用于图标? const columnConfigMap: Record = { associationName: { icon: Trophy }, deptName: { icon: OfficeBuilding }, @@ -277,7 +277,7 @@ const state: BasicTableProps = reactive({ item: 'records', totalCount: 'total' }, - createdIsNeed: true // 页面加载时自动获取数据 + createdIsNeed: true // 页面加载时自动获取数? }) // table hook @@ -288,7 +288,7 @@ const { tableStyle: _tableStyle } = useTable(state) -// 格式化类型 +// 格式化类? const formatType = (value: string | number) => { if (value === null || value === undefined || value === '') { return '-' @@ -362,7 +362,7 @@ const getTypeDict = async () => { } } -// 初始化 +// 初始? onMounted(() => { getDeptListData() getTypeDict() @@ -374,5 +374,6 @@ onMounted(() => { diff --git a/src/views/stuwork/stucare/index.vue b/src/views/stuwork/stucare/index.vue index 08d0440..0547c24 100644 --- a/src/views/stuwork/stucare/index.vue +++ b/src/views/stuwork/stucare/index.vue @@ -7,7 +7,7 @@
- 筛选条件 + 筛选条?
@@ -74,14 +74,14 @@ @@ -121,7 +121,7 @@ @order-change="handleColumnOrderChange" > - + - + - + - + @@ -248,7 +248,7 @@ import FormDialog from './form.vue' import ResultDialog from './result.vue' import { List, Calendar, Clock, OfficeBuilding, Grid, Avatar, UserFilled, Phone, Heart, Warning, CircleCheck, Setting, Menu, Search, Document } from '@element-plus/icons-vue' import { useTableColumnControl } from '/@/hooks/tableColumnControl' -import '/@/styles/modern-page.scss' + // 定义变量内容 const route = useRoute() @@ -263,22 +263,22 @@ const deptList = ref([]) const classList = ref([]) const careTypeList = ref([]) -// 表格列配置 +// 表格列配? const tableColumns = [ { prop: 'schoolYear', label: '学年' }, { prop: 'schoolTerm', label: '学期' }, { prop: 'deptName', label: '学院' }, { prop: 'classNo', label: '班级' }, { prop: 'realName', label: '姓名' }, - { prop: 'teacherRealName', label: '班主任姓名' }, - { prop: 'teacherTel', label: '班主任电话' }, + { prop: 'teacherRealName', label: '班主任姓? }, + { prop: 'teacherTel', label: '班主任电? }, { prop: 'careType', label: '需关爱类型' }, { prop: 'present', label: '危机表现', minWidth: 150 }, { prop: 'recordDate', label: '记录时间', width: 120 }, { prop: 'result', label: '干预结果', minWidth: 150 } ] -// 列配置映射(用于图标) +// 列配置映射(用于图标? const columnConfigMap: Record = { schoolYear: { icon: Calendar }, schoolTerm: { icon: Clock }, @@ -328,7 +328,7 @@ const { tableStyle } = useTable(state) -// 格式化学期 +// 格式化学? const formatSchoolTerm = (value: string | number) => { if (value === null || value === undefined || value === '') { return '-' @@ -457,7 +457,7 @@ const getCareTypeDict = async () => { } } -// 初始化 +// 初始? onMounted(() => { getSchoolYearList() getSchoolTermDict() @@ -472,5 +472,6 @@ onMounted(() => { diff --git a/src/views/stuwork/stuconduct/index.vue b/src/views/stuwork/stuconduct/index.vue index 4fb74c9..9c02186 100644 --- a/src/views/stuwork/stuconduct/index.vue +++ b/src/views/stuwork/stuconduct/index.vue @@ -7,7 +7,7 @@
- 筛选条件 + 筛选条?
@@ -75,7 +75,7 @@ @@ -136,7 +136,7 @@ @order-change="handleColumnOrderChange" > - + - + - + - +