Sfoglia il codice sorgente

Merge branch 'dev' of http://192.168.1.245:11111/shanming/onlineEducation-front into dev

zhangsq 8 mesi fa
parent
commit
8b32dd6b45

+ 1 - 1
.env.development

@@ -5,7 +5,7 @@ NODE_ENV = development
 VITE_TITLE = Snowy
 VITE_TITLE = Snowy
 
 
 # 接口地址
 # 接口地址
-VITE_API_BASEURL = http://192.168.31.81:9003
+VITE_API_BASEURL = http://192.168.31.14:9003
 VITE_FILEURL = http://192.168.1.245:10005/education/
 VITE_FILEURL = http://192.168.1.245:10005/education/
 # VITE_API_BASEURL = http://192.168.31.14:9003
 # VITE_API_BASEURL = http://192.168.31.14:9003
 # VITE_API_BASEURL = http://192.168.31.6:9003
 # VITE_API_BASEURL = http://192.168.31.6:9003

+ 3 - 9
src/views/course/resource_file_format/form.vue

@@ -1,20 +1,14 @@
 <template>
 <template>
 	<xn-form-container
 	<xn-form-container
-		:title="formData.id ? '编辑resource_file_format' : '增加resource_file_format'"
+		:title="formData.id ? '编辑文件格式' : '增加文件格式'"
 		:width="700"
 		:width="700"
 		:visible="visible"
 		:visible="visible"
 		:destroy-on-close="true"
 		:destroy-on-close="true"
 		@close="onClose"
 		@close="onClose"
 	>
 	>
 		<a-form ref="formRef" :model="formData" :rules="formRules" layout="vertical">
 		<a-form ref="formRef" :model="formData" :rules="formRules" layout="vertical">
-			<a-form-item label="FILE_EXTEND_NAME:" name="fileExtendName">
-				<a-input v-model:value="formData.fileExtendName" placeholder="请输入FILE_EXTEND_NAME" allow-clear />
-			</a-form-item>
-			<a-form-item label="FILE_TYPE_ID:" name="fileTypeId">
-				<a-input v-model:value="formData.fileTypeId" placeholder="请输入FILE_TYPE_ID" allow-clear />
-			</a-form-item>
-			<a-form-item label="FUNCTION_TYPE:" name="functionType">
-				<a-input v-model:value="formData.functionType" placeholder="请输入FUNCTION_TYPE" allow-clear />
+			<a-form-item label="文件格式:" name="fileExtendName">
+				<a-input v-model:value="formData.fileExtendName" placeholder="请输入文件格式" allow-clear />
 			</a-form-item>
 			</a-form-item>
 		</a-form>
 		</a-form>
 		<template #footer>
 		<template #footer>

+ 1 - 9
src/views/course/resource_file_format/index.vue

@@ -43,17 +43,9 @@
 	const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
 	const toolConfig = { refresh: true, height: true, columnSetting: true, striped: false }
 	const columns = [
 	const columns = [
 		{
 		{
-			title: 'FILE_EXTEND_NAME',
+			title: '文件格式',
 			dataIndex: 'fileExtendName'
 			dataIndex: 'fileExtendName'
 		},
 		},
-		{
-			title: 'FILE_TYPE_ID',
-			dataIndex: 'fileTypeId'
-		},
-		{
-			title: 'FUNCTION_TYPE',
-			dataIndex: 'functionType'
-		},
 		{
 		{
 			title: '操作',
 			title: '操作',
 			dataIndex: 'action',
 			dataIndex: 'action',