修復打包問題
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
<template>
|
||||
<div class="modern-page-container">
|
||||
<div class="page-wrapper">
|
||||
<!-- 搜索表单卡片 -->
|
||||
<!-- ?????? -->
|
||||
<el-card v-show="showSearch" class="search-card" shadow="never">
|
||||
<template #header>
|
||||
<div class="card-header">
|
||||
<span class="card-title">
|
||||
<el-icon class="title-icon"><Search /></el-icon>
|
||||
筛选条<EFBFBD><EFBFBD>?
|
||||
????
|
||||
</span>
|
||||
</div>
|
||||
</template>
|
||||
<el-form :model="state.queryForm" ref="searchFormRef" :inline="true" @keyup.enter="getDataList" class="search-form">
|
||||
<el-form-item label="学年" prop="schoolYear">
|
||||
<el-form-item label="??" prop="schoolYear">
|
||||
<el-select
|
||||
v-model="state.queryForm.schoolYear"
|
||||
placeholder="请选择学年"
|
||||
placeholder="?????"
|
||||
clearable
|
||||
filterable
|
||||
style="width: 200px">
|
||||
@@ -27,10 +27,10 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="学期" prop="schoolTerm">
|
||||
<el-form-item label="??" prop="schoolTerm">
|
||||
<el-select
|
||||
v-model="state.queryForm.schoolTerm"
|
||||
placeholder="请选择学期"
|
||||
placeholder="?????"
|
||||
clearable
|
||||
style="width: 200px">
|
||||
<el-option
|
||||
@@ -41,10 +41,10 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="学院" prop="deptCode">
|
||||
<el-form-item label="??" prop="deptCode">
|
||||
<el-select
|
||||
v-model="state.queryForm.deptCode"
|
||||
placeholder="请选择学院"
|
||||
placeholder="?????"
|
||||
clearable
|
||||
filterable
|
||||
style="width: 200px">
|
||||
@@ -56,10 +56,10 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="班级" prop="classCode">
|
||||
<el-form-item label="??" prop="classCode">
|
||||
<el-select
|
||||
v-model="state.queryForm.classCode"
|
||||
placeholder="请选择班级"
|
||||
placeholder="?????"
|
||||
clearable
|
||||
filterable
|
||||
style="width: 200px">
|
||||
@@ -71,41 +71,41 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="姓名" prop="realName">
|
||||
<el-form-item label="??" prop="realName">
|
||||
<el-input
|
||||
v-model="state.queryForm.realName"
|
||||
placeholder="请输入姓<EFBFBD><EFBFBD>?
|
||||
placeholder="?????"
|
||||
clearable
|
||||
style="width: 200px" />
|
||||
</el-form-item>
|
||||
<el-form-item label="学号" prop="stuNo">
|
||||
<el-form-item label="??" prop="stuNo">
|
||||
<el-input
|
||||
v-model="state.queryForm.stuNo"
|
||||
placeholder="请输入学<EFBFBD><EFBFBD>?
|
||||
placeholder="?????"
|
||||
clearable
|
||||
style="width: 200px" />
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" plain icon="Search" @click="getDataList">查询</el-button>
|
||||
<el-button icon="Refresh" @click="handleReset">重置</el-button>
|
||||
<el-button type="primary" plain icon="Search" @click="getDataList">??</el-button>
|
||||
<el-button icon="Refresh" @click="handleReset">??</el-button>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
</el-card>
|
||||
|
||||
<!-- 内容卡片 -->
|
||||
<!-- ???? -->
|
||||
<el-card class="content-card" shadow="never">
|
||||
<template #header>
|
||||
<div class="card-header">
|
||||
<span class="card-title">
|
||||
<el-icon class="title-icon"><Document /></el-icon>
|
||||
学生关爱记录列表
|
||||
????????
|
||||
</span>
|
||||
<div class="header-actions">
|
||||
<el-button
|
||||
icon="Plus"
|
||||
type="primary"
|
||||
@click="formDialogRef.openDialog()">
|
||||
新增
|
||||
??
|
||||
</el-button>
|
||||
<right-toolbar
|
||||
v-model:showSearch="showSearch"
|
||||
@@ -121,7 +121,7 @@
|
||||
@order-change="handleColumnOrderChange"
|
||||
>
|
||||
<template #trigger>
|
||||
<el-tooltip class="item" effect="dark" content="列设<EFBFBD><EFBFBD>? placement="top">
|
||||
<el-tooltip class="item" effect="dark" content="???" placement="top">
|
||||
<el-button circle style="margin-left: 0;">
|
||||
<el-icon><Menu /></el-icon>
|
||||
</el-button>
|
||||
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!-- 表格 -->
|
||||
<!-- ?? -->
|
||||
<el-table
|
||||
:data="state.dataList"
|
||||
v-loading="state.loading"
|
||||
@@ -141,7 +141,7 @@
|
||||
:cell-style="tableStyle.cellStyle"
|
||||
:header-cell-style="tableStyle.headerCellStyle"
|
||||
class="modern-table">
|
||||
<el-table-column type="index" label="序号" width="70" align="center">
|
||||
<el-table-column type="index" label="??" width="70" align="center">
|
||||
<template #header>
|
||||
<el-icon><List /></el-icon>
|
||||
</template>
|
||||
@@ -151,7 +151,7 @@
|
||||
</el-table-column>
|
||||
<template v-for="col in visibleColumnsSorted" :key="col.prop || col.label">
|
||||
<el-table-column
|
||||
v-if="checkColumnVisible(col.prop || '') && col.prop !== '操作'"
|
||||
v-if="checkColumnVisible(col.prop || '') && col.prop !== '??'"
|
||||
:prop="col.prop"
|
||||
:label="col.label"
|
||||
show-overflow-tooltip
|
||||
@@ -162,32 +162,32 @@
|
||||
<el-icon><component :is="columnConfigMap[col.prop]?.icon || Calendar" /></el-icon>
|
||||
<span style="margin-left: 4px">{{ col.label }}</span>
|
||||
</template>
|
||||
<!-- 学期列特殊模<EFBFBD><EFBFBD>?-->
|
||||
<!-- ??????? -->
|
||||
<template v-if="col.prop === 'schoolTerm'" #default="scope">
|
||||
<el-tag size="small" type="primary" effect="plain">
|
||||
{{ formatSchoolTerm(scope.row.schoolTerm) }}
|
||||
</el-tag>
|
||||
</template>
|
||||
<!-- 需关爱类型列特殊模<EFBFBD><EFBFBD>?-->
|
||||
<!-- ?????????? -->
|
||||
<template v-else-if="col.prop === 'careType'" #default="scope">
|
||||
<el-tag size="small" type="danger" effect="plain">
|
||||
{{ formatCareType(scope.row.careType) }}
|
||||
</el-tag>
|
||||
</template>
|
||||
<!-- 记录时间列特殊模<EFBFBD><EFBFBD>?-->
|
||||
<!-- ????????? -->
|
||||
<template v-else-if="col.prop === 'recordDate'" #default="scope">
|
||||
<span>{{ scope.row.recordDate || '-' }}</span>
|
||||
</template>
|
||||
<!-- 干预结果列特殊模<EFBFBD><EFBFBD>?-->
|
||||
<!-- ????????? -->
|
||||
<template v-else-if="col.prop === 'result'" #default="scope">
|
||||
<span>{{ scope.row.result || '-' }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</template>
|
||||
<el-table-column label="操作" width="250" align="center" fixed="right">
|
||||
<el-table-column label="??" width="250" align="center" fixed="right">
|
||||
<template #header>
|
||||
<el-icon><Setting /></el-icon>
|
||||
<span style="margin-left: 4px">操作</span>
|
||||
<span style="margin-left: 4px">??</span>
|
||||
</template>
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
@@ -195,27 +195,27 @@
|
||||
link
|
||||
type="primary"
|
||||
@click="handleEdit(scope.row)">
|
||||
编辑
|
||||
??
|
||||
</el-button>
|
||||
<el-button
|
||||
icon="Document"
|
||||
link
|
||||
type="success"
|
||||
@click="handleResult(scope.row)">
|
||||
干预结果
|
||||
????
|
||||
</el-button>
|
||||
<el-button
|
||||
icon="Delete"
|
||||
link
|
||||
type="danger"
|
||||
@click="handleDelete(scope.row)">
|
||||
删除
|
||||
??
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
<!-- 分页 -->
|
||||
<!-- ?? -->
|
||||
<div class="pagination-wrapper">
|
||||
<pagination
|
||||
@size-change="sizeChangeHandle"
|
||||
@@ -225,10 +225,10 @@
|
||||
</el-card>
|
||||
</div>
|
||||
|
||||
<!-- 新增/编辑表单弹窗 -->
|
||||
<!-- ??/?????? -->
|
||||
<form-dialog ref="formDialogRef" @refresh="getDataList" />
|
||||
|
||||
<!-- 干预结果弹窗 -->
|
||||
<!-- ?????? -->
|
||||
<result-dialog ref="resultDialogRef" @refresh="getDataList" />
|
||||
</div>
|
||||
</template>
|
||||
@@ -246,11 +246,11 @@ import { useMessage, useMessageBox } from "/@/hooks/message";
|
||||
import TableColumnControl from '/@/components/TableColumnControl/index.vue'
|
||||
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 { List, Calendar, Clock, OfficeBuilding, Grid, Avatar, UserFilled, Phone, Star, Warning, CircleCheck, Setting, Menu, Search, Document } from '@element-plus/icons-vue'
|
||||
import { useTableColumnControl } from '/@/hooks/tableColumn'
|
||||
|
||||
|
||||
// 定义变量内容
|
||||
// ??????
|
||||
const route = useRoute()
|
||||
const formDialogRef = ref()
|
||||
const resultDialogRef = ref()
|
||||
@@ -263,22 +263,22 @@ const deptList = ref<any[]>([])
|
||||
const classList = ref<any[]>([])
|
||||
const careTypeList = ref<any[]>([])
|
||||
|
||||
// 表格列配<EFBFBD><EFBFBD>?
|
||||
// ?????
|
||||
const tableColumns = [
|
||||
{ prop: 'schoolYear', label: '学年' },
|
||||
{ prop: 'schoolTerm', label: '学期' },
|
||||
{ prop: 'deptName', label: '学院' },
|
||||
{ prop: 'classNo', label: '班级' },
|
||||
{ prop: 'realName', label: '姓名' },
|
||||
{ prop: 'teacherRealName', label: '班主任姓<EFBFBD><EFBFBD>? },
|
||||
{ prop: 'teacherTel', label: '班主任电<EFBFBD><EFBFBD>? },
|
||||
{ prop: 'careType', label: '需关爱类型' },
|
||||
{ prop: 'present', label: '危机表现', minWidth: 150 },
|
||||
{ prop: 'recordDate', label: '记录时间', width: 120 },
|
||||
{ prop: 'result', label: '干预结果', minWidth: 150 }
|
||||
{ prop: 'schoolYear', label: '??' },
|
||||
{ prop: 'schoolTerm', label: '??' },
|
||||
{ prop: 'deptName', label: '??' },
|
||||
{ prop: 'classNo', label: '??' },
|
||||
{ prop: 'realName', 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 }
|
||||
]
|
||||
|
||||
// 列配置映射(用于图标<EFBFBD><EFBFBD>?
|
||||
// ?????????????
|
||||
const columnConfigMap: Record<string, { icon: any }> = {
|
||||
schoolYear: { icon: Calendar },
|
||||
schoolTerm: { icon: Clock },
|
||||
@@ -287,13 +287,13 @@ const columnConfigMap: Record<string, { icon: any }> = {
|
||||
realName: { icon: Avatar },
|
||||
teacherRealName: { icon: UserFilled },
|
||||
teacherTel: { icon: Phone },
|
||||
careType: { icon: Heart },
|
||||
careType: { icon: Star },
|
||||
present: { icon: Warning },
|
||||
recordDate: { icon: Calendar },
|
||||
result: { icon: CircleCheck }
|
||||
}
|
||||
|
||||
// 使用表格列控制hook
|
||||
// ???????hook
|
||||
const {
|
||||
visibleColumns,
|
||||
visibleColumnsSorted,
|
||||
@@ -302,7 +302,7 @@ const {
|
||||
handleColumnOrderChange
|
||||
} = useTableColumnControl(tableColumns, route.path)
|
||||
|
||||
// 配置 useTable
|
||||
// ?? useTable
|
||||
const state: BasicTableProps = reactive<BasicTableProps>({
|
||||
queryForm: {
|
||||
schoolYear: '',
|
||||
@@ -328,7 +328,7 @@ const {
|
||||
tableStyle
|
||||
} = useTable(state)
|
||||
|
||||
// 格式化学<EFBFBD><EFBFBD>?
|
||||
// ?????
|
||||
const formatSchoolTerm = (value: string | number) => {
|
||||
if (value === null || value === undefined || value === '') {
|
||||
return '-'
|
||||
@@ -337,14 +337,14 @@ const formatSchoolTerm = (value: string | number) => {
|
||||
return dictItem ? dictItem.label : value
|
||||
}
|
||||
|
||||
// 格式化需关爱类型
|
||||
// ????????
|
||||
const formatCareType = (value: string) => {
|
||||
if (!value) return '-'
|
||||
const item = careTypeList.value.find((item: any) => item.value === value)
|
||||
return item ? item.label : value
|
||||
}
|
||||
|
||||
// 重置
|
||||
// ??
|
||||
const handleReset = () => {
|
||||
searchFormRef.value?.resetFields()
|
||||
state.queryForm.schoolYear = ''
|
||||
@@ -356,32 +356,32 @@ const handleReset = () => {
|
||||
getDataList()
|
||||
}
|
||||
|
||||
// 编辑
|
||||
// ??
|
||||
const handleEdit = (row: any) => {
|
||||
formDialogRef.value?.openDialog('edit', row)
|
||||
}
|
||||
|
||||
// 干预结果
|
||||
// ????
|
||||
const handleResult = (row: any) => {
|
||||
resultDialogRef.value?.openDialog(row)
|
||||
}
|
||||
|
||||
// 删除
|
||||
// ??
|
||||
const handleDelete = async (row: any) => {
|
||||
const { confirm } = useMessageBox()
|
||||
try {
|
||||
await confirm('确定要删除该心理健康记录吗?')
|
||||
await confirm('??????????????')
|
||||
await delObj([row.id])
|
||||
useMessage().success('删除成功')
|
||||
useMessage().success('????')
|
||||
getDataList()
|
||||
} catch (err: any) {
|
||||
if (err !== 'cancel') {
|
||||
useMessage().error(err.msg || '删除失败')
|
||||
useMessage().error(err.msg || '????')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 获取学年列表
|
||||
// ??????
|
||||
const getSchoolYearList = async () => {
|
||||
try {
|
||||
const res = await queryAllSchoolYear()
|
||||
@@ -395,7 +395,7 @@ const getSchoolYearList = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
// 获取学期字典
|
||||
// ??????
|
||||
const getSchoolTermDict = async () => {
|
||||
try {
|
||||
const res = await getDicts('school_term')
|
||||
@@ -412,7 +412,7 @@ const getSchoolTermDict = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
// 获取学院列表
|
||||
// ??????
|
||||
const getDeptListData = async () => {
|
||||
try {
|
||||
const res = await getDeptList()
|
||||
@@ -426,7 +426,7 @@ const getDeptListData = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
// 获取班级列表
|
||||
// ??????
|
||||
const getClassListData = async () => {
|
||||
try {
|
||||
const res = await getClassListByRole()
|
||||
@@ -440,7 +440,7 @@ const getClassListData = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
// 获取需关爱类型字典
|
||||
// ?????????
|
||||
const getCareTypeDict = async () => {
|
||||
try {
|
||||
const res = await getDicts('stu_care_type')
|
||||
@@ -457,7 +457,7 @@ const getCareTypeDict = async () => {
|
||||
}
|
||||
}
|
||||
|
||||
// 初始<EFBFBD><EFBFBD>?
|
||||
// ???
|
||||
onMounted(() => {
|
||||
getSchoolYearList()
|
||||
getSchoolTermDict()
|
||||
|
||||
Reference in New Issue
Block a user