Commit d9e79250 by fessor Committed by Gitee

fix: 格式问题

Signed-off-by: fessor <352475718@qq.com>
parent 6ce9ab87
...@@ -220,4 +220,4 @@ const cancel = () => { ...@@ -220,4 +220,4 @@ const cancel = () => {
defineExpose({ defineExpose({
resetForm resetForm
}) })
</script> </script>
\ No newline at end of file
...@@ -150,4 +150,4 @@ const closeDialog = () => { ...@@ -150,4 +150,4 @@ const closeDialog = () => {
const submitFileForm = () => { const submitFileForm = () => {
uploadRef.value?.submit() uploadRef.value?.submit()
} }
</script> </script>
\ No newline at end of file
...@@ -87,4 +87,4 @@ const submit = async () => { ...@@ -87,4 +87,4 @@ const submit = async () => {
} }
</script> </script>
<style></style> <style></style>
\ No newline at end of file
...@@ -41,4 +41,4 @@ export const parseTime = (time) => { ...@@ -41,4 +41,4 @@ export const parseTime = (time) => {
return value || 0 return value || 0
}) })
return time_str return time_str
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment