Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-manager-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-manager-ui
Commits
07298ac7
Commit
07298ac7
authored
Nov 14, 2024
by
姬鋆屾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:代码优化
parent
acda6384
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
617 additions
and
580 deletions
+617
-580
.prettierrc.js
.prettierrc.js
+20
-0
src/views/attendance/stat/list.vue
src/views/attendance/stat/list.vue
+270
-245
src/views/staff/perform/summary/dialogshow.vue
src/views/staff/perform/summary/dialogshow.vue
+99
-122
src/views/staff/perform/summary/list.vue
src/views/staff/perform/summary/list.vue
+228
-213
No files found.
.prettierrc.js
0 → 100644
View file @
07298ac7
module
.
exports
=
{
printWidth
:
100
,
// 每行最多 100 个字符
tabWidth
:
2
,
// 每个缩进使用 2 个空格
useTabs
:
false
,
// 使用空格而不是制表符
semi
:
true
,
// 语句末尾加分号
singleQuote
:
true
,
// 使用单引号表示字符串
quoteProps
:
'
as-needed
'
,
// 对象属性名仅在必要时使用引号
jsxSingleQuote
:
false
,
// JSX 使用双引号
trailingComma
:
'
none
'
,
// 不添加尾逗号
bracketSpacing
:
true
,
// 对象花括号内有空格
jsxBracketSameLine
:
false
,
// JSX 的 `>` 换行
arrowParens
:
'
always
'
,
// 箭头函数参数始终带括号
rangeStart
:
0
,
// 从文件开始格式化
rangeEnd
:
Infinity
,
// 格式化到文件结尾
requirePragma
:
false
,
// 不需要特定注释
insertPragma
:
false
,
// 不插入注释
proseWrap
:
'
preserve
'
,
// 保持原有换行
htmlWhitespaceSensitivity
:
'
css
'
,
// 按 CSS 规则处理 HTML 空白
endOfLine
:
'
lf
'
// 使用换行符 LF
};
\ No newline at end of file
src/views/attendance/stat/list.vue
View file @
07298ac7
This diff is collapsed.
Click to expand it.
src/views/staff/perform/summary/dialogshow.vue
View file @
07298ac7
This diff is collapsed.
Click to expand it.
src/views/staff/perform/summary/list.vue
View file @
07298ac7
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment