فهرست منبع

fix: 格式问题

Signed-off-by: fessor <352475718@qq.com>
fessor 2 سال پیش
والد
کامیت
d9e79250e2

+ 1 - 1
src/views/system/user/AddForm.vue

@@ -220,4 +220,4 @@ const cancel = () => {
 defineExpose({
   resetForm
 })
-</script>
+</script>

+ 1 - 1
src/views/system/user/ImportForm.vue

@@ -150,4 +150,4 @@ const closeDialog = () => {
 const submitFileForm = () => {
   uploadRef.value?.submit()
 }
-</script>
+</script>

+ 1 - 1
src/views/system/user/RoleForm.vue

@@ -87,4 +87,4 @@ const submit = async () => {
 }
 </script>
 
-<style></style>
+<style></style>

+ 1 - 1
src/views/system/user/utils.ts

@@ -41,4 +41,4 @@ export const parseTime = (time) => {
     return value || 0
   })
   return time_str
-}
+}