Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chehuidong
saas-manage
Commits
68d89e44
Commit
68d89e44
authored
Nov 04, 2022
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
9574485a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
src/common/style/index.scss
+5
-0
src/views/saasManage/indexPage.vue
+4
-5
No files found.
src/common/style/index.scss
View file @
68d89e44
...
...
@@ -37,3 +37,8 @@
margin
:
0
auto
;
}
}
.el-button--primary
{
background-color
:
#1565C0
;
border-color
:
#1565C0
;
}
src/views/saasManage/indexPage.vue
View file @
68d89e44
...
...
@@ -95,7 +95,7 @@
</el-form-item>
</el-form>
</div>
<div
class=
"table-wrap"
>
<div
class=
"table-wrap"
v-loading=
"loading"
>
<el-table
ref=
"table"
:data=
"manageData"
...
...
@@ -527,6 +527,7 @@ export default {
addVisible
:
false
,
selection
:
[],
cloneEditForm
:
{},
loading
:
false
,
}
},
async
created
()
{
...
...
@@ -541,9 +542,7 @@ export default {
this
.
$set
(
this
.
editForm
,
'databaseName'
,
e
)
},
async
getList
()
{
const
l
=
this
.
$loading
({
background
:
'rgba(0, 0, 0, 0.3)'
,
})
this
.
loading
=
true
try
{
const
res
=
await
getManageData
(
{
...
...
@@ -559,7 +558,7 @@ export default {
}
catch
(
e
)
{
console
.
error
(
e
)
}
finally
{
l
.
close
()
this
.
loading
=
false
}
},
search
()
{
...
...
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