Bladeren bron

人员管理,学届改为年月日

tanshanming 7 maanden geleden
bovenliggende
commit
70b56cba7b
3 gewijzigde bestanden met toevoegingen van 8 en 8 verwijderingen
  1. 2 2
      .env.development
  2. 3 3
      .gitignore
  3. 3 3
      src/views/sys/user/form.vue

+ 2 - 2
.env.development

@@ -5,8 +5,8 @@ NODE_ENV = development
 VITE_TITLE = smilingFace
 
 # 接口地址
-# VITE_API_BASEURL = http://192.168.31.14:9003
-VITE_API_BASEURL = http://192.168.31.80:19003
+VITE_API_BASEURL = http://192.168.1.245:9003
+# VITE_API_BASEURL = http://192.168.31.81:19003
 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.6:9003

+ 3 - 3
.gitignore

@@ -1,6 +1,6 @@
 /node_modules
 /package-lock.json
-/dist
-/.idea
+/.cursor
 /.vscode
-/*.local
+/.kiro
+/dist

+ 3 - 3
src/views/sys/user/form.vue

@@ -98,11 +98,11 @@
 					<a-row :gutter="16">
 						<a-col :span="8">
 							<a-form-item label="学届:" name="fallDue">
-								<a-select
+								<a-date-picker
 									v-model:value="formData.fallDue"
 									placeholder="请选择学届"
-									:options="fallDueOptions"
-									allow-clear
+									value-format="YYYY-MM-DD"
+									style="width: 100%"
 								/>
 							</a-form-item>
 						</a-col>