于添 6 mēneši atpakaļ
vecāks
revīzija
5daa7139cb

+ 1 - 1
src/views/classManagement/components/ListView.vue

@@ -12,7 +12,7 @@
 		<template #bodyCell="{ column, text, record }">
 <!--			<template v-if="column.dataIndex === 'publishTime'">{{ formatTimestamp(text) }}</template>-->
 			<template v-if="column.dataIndex === 'action'">
-				<a-button size="small" @click="handleDetail(record)" style="margin-right: 5px">详情</a-button>
+<!--				<a-button size="small" @click="handleDetail(record)" style="margin-right: 5px">详情</a-button>-->
 				<a-button size="small" @click="handleEdit(record)" style="margin-right: 5px">编辑</a-button>
 				<a-popover v-model:visible="popoverVisibles[record.gradesId]" title="确定删除?" trigger="click">
 					<template #content>

+ 15 - 15
src/views/courseOpen/components/QueryView.vue

@@ -5,23 +5,23 @@
 				<a-form-item label="" style="width: 300px">
 					<a-input v-model:value="formState.gradesName" placeholder="请输入班级名称" allowClear />
 				</a-form-item>
-				<a-form-item label="" style="width: 300px">
-<!--					<a-cascader-->
-<!--						v-model:value="formState.loacl"-->
-<!--						:options="options"-->
-<!--						placeholder="选择院校"-->
-<!--						change-on-select-->
+<!--				<a-form-item label="" style="width: 300px">-->
+<!--&lt;!&ndash;					<a-cascader&ndash;&gt;-->
+<!--&lt;!&ndash;						v-model:value="formState.loacl"&ndash;&gt;-->
+<!--&lt;!&ndash;						:options="options"&ndash;&gt;-->
+<!--&lt;!&ndash;						placeholder="选择院校"&ndash;&gt;-->
+<!--&lt;!&ndash;						change-on-select&ndash;&gt;-->
+<!--&lt;!&ndash;						allowClear&ndash;&gt;-->
+<!--&lt;!&ndash;						:field-names="{ label: 'name', value: 'id', children: 'children' }"&ndash;&gt;-->
+<!--&lt;!&ndash;					/>&ndash;&gt;-->
+<!--					<a-select-->
+<!--						v-model:value="formState.collegeId"-->
+<!--						:fieldNames="{ label: 'name', value: 'id' }"-->
+<!--						:options="collegeMajorOptions"-->
+<!--						placeholder="请选择院系"-->
 <!--						allowClear-->
-<!--						:field-names="{ label: 'name', value: 'id', children: 'children' }"-->
 <!--					/>-->
-					<a-select
-						v-model:value="formState.collegeId"
-						:fieldNames="{ label: 'name', value: 'id' }"
-						:options="collegeMajorOptions"
-						placeholder="请选择院系"
-						allowClear
-					/>
-				</a-form-item>
+<!--				</a-form-item>-->
 <!--				<a-form-item label="" style="width: 20%">-->
 <!--&lt;!&ndash;					<a-input v-model:value="formState.type" placeholder="选择课程类型" allowClear />&ndash;&gt;-->
 <!--					<a-select-->