Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
ops_2024_vue
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
ops_2024_vue
Commits
d4afcc5c
Commit
d4afcc5c
authored
Mar 06, 2026
by
limengyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/jiraTML-8554/hd' of
http://119.78.67.12/git/root/ops_2024_vue
into lmy
parents
e7607d8e
708722cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
src/views/regionalSpotManage/components/list.vue
src/views/regionalSpotManage/components/list.vue
+1
-1
stylelint.config.js
stylelint.config.js
+1
-0
No files found.
src/views/regionalSpotManage/components/list.vue
View file @
d4afcc5c
...
...
@@ -406,7 +406,7 @@
message
.
success
(
'
批量导入成功
'
);
importCancel
();
}
else
{
message
.
error
(
res
.
data
.
message
);
message
.
error
(
res
.
data
.
data
);
}
importLoading
.
value
=
false
;
};
...
...
stylelint.config.js
View file @
d4afcc5c
...
...
@@ -72,6 +72,7 @@ module.exports = {
overrides
:
[
{
files
:
[
'
*.vue
'
,
'
**/*.vue
'
,
'
*.html
'
,
'
**/*.html
'
],
customSyntax
:
'
postcss-html
'
,
extends
:
[
'
stylelint-config-recommended
'
,
'
stylelint-config-html
'
],
rules
:
{
'
keyframes-name-pattern
'
:
null
,
...
...
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