Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
44339de8
Commit
44339de8
authored
Sep 23, 2021
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 添加loading
parent
fb30343f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
0 deletions
+93
-0
posmembers.vue
src/components/posmembers/posmembers.vue
+31
-0
wechat-total.vue
src/components/wechatmembers/wechat-total.vue
+31
-0
wechatmembers.vue
src/components/wechatmembers/wechatmembers.vue
+31
-0
No files found.
src/components/posmembers/posmembers.vue
View file @
44339de8
...
...
@@ -777,6 +777,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select>
修改为 {{ storeForm.modefiySubStoreName }}
<el-button
...
...
@@ -807,6 +810,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select><span
style=
"cursor: default;"
>
删除
</span></el-radio>
</el-form-item>
<el-form-item
...
...
@@ -881,6 +887,31 @@ export default { ...posmembers };
</
script
>
<
style
lang=
"stylus"
>
.loadmore-loading
{
text-align
:
center
;
font-size
:
12px
;
height
:
18px
;
line-height
:
18px
;
color
:
#909399
;
&.hover,
&:hover
{
background-color
:
transparent
!important
;
}
.loading-icon
{
position
:
relative
;
display
:
inline-block
;
vertical-align
:
middle
;
width
:
18px
;
height
:
18px
;
.el-loading-spinner
{
top
:
0
;
margin-top
:
-2px
;
}
.circular
{
width
:
18px
;
height
:
18px
;
}
}
}
.pos-gic
{
height
:
100%
;
}
...
...
src/components/wechatmembers/wechat-total.vue
View file @
44339de8
...
...
@@ -774,6 +774,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select>
修改为 {{ storeForm.modefiySubStoreName }}
<el-button
...
...
@@ -803,6 +806,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select><span>
删除
</span></el-radio>
</el-form-item>
<el-form-item
...
...
@@ -878,6 +884,31 @@ export default { ...wechattotal };
</
script
>
<
style
lang=
"stylus"
>
.loadmore-loading
{
text-align
:
center
;
font-size
:
12px
;
height
:
18px
;
line-height
:
18px
;
color
:
#909399
;
&.hover,
&:hover
{
background-color
:
transparent
!important
;
}
.loading-icon
{
position
:
relative
;
display
:
inline-block
;
vertical-align
:
middle
;
width
:
18px
;
height
:
18px
;
.el-loading-spinner
{
top
:
0
;
margin-top
:
-2px
;
}
.circular
{
width
:
18px
;
height
:
18px
;
}
}
}
.wechat-gic
{
height
:
100%
;
...
...
src/components/wechatmembers/wechatmembers.vue
View file @
44339de8
...
...
@@ -770,6 +770,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select>
修改为 {{ storeForm.modefiySubStoreName }}
<el-button
...
...
@@ -799,6 +802,9 @@
:label=
"item.storeName"
:value=
"item.storeId"
></el-option>
<el-option
class=
"loadmore-loading"
v-if=
"loadmoreStore.loading"
>
<i
class=
"loading-icon"
v-loading=
"true"
></i>
加载中...
</el-option>
</el-select><span
>
删除
</span></el-radio>
</el-form-item>
<el-form-item
...
...
@@ -873,6 +879,31 @@ export default { ...wechatmembers };
</
script
>
<
style
lang=
"stylus"
>
.loadmore-loading
{
text-align
:
center
;
font-size
:
12px
;
height
:
18px
;
line-height
:
18px
;
color
:
#909399
;
&.hover,
&:hover
{
background-color
:
transparent
!important
;
}
.loading-icon
{
position
:
relative
;
display
:
inline-block
;
vertical-align
:
middle
;
width
:
18px
;
height
:
18px
;
.el-loading-spinner
{
top
:
0
;
margin-top
:
-2px
;
}
.circular
{
width
:
18px
;
height
:
18px
;
}
}
}
.wechat-gic
{
height
:
100%
;
...
...
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