Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
peizhen-vue
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
PeiZhen-Java
peizhen-vue
Commits
0e978c59
Commit
0e978c59
authored
Sep 18, 2023
by
‘巴博尔’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
d1accf94
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
24 additions
and
22 deletions
+24
-22
src/views/category/index.vue
+2
-1
src/views/goods/index.vue
+1
-1
src/views/operation/article/index.vue
+2
-2
src/views/system/user/index.vue
+2
-2
src/views/tag/index.vue
+2
-1
src/views/user/companion/index.vue
+5
-5
src/views/user/merchant/index.vue
+5
-5
src/views/user/whole/index.vue
+5
-5
No files found.
src/views/category/index.vue
View file @
0e978c59
...
@@ -351,7 +351,8 @@ export default {
...
@@ -351,7 +351,8 @@ export default {
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
&-item
{
&-item
{
flex
:
0
0
20%
;
//
flex
:
0
0
20%
;
width
:
20%
;
padding
:
10px
20px
;
padding
:
10px
20px
;
box-shadow
:
0
0
10px
4px
#e9e5e5
;
box-shadow
:
0
0
10px
4px
#e9e5e5
;
border-radius
:
10px
;
border-radius
:
10px
;
...
...
src/views/goods/index.vue
View file @
0e978c59
...
@@ -100,7 +100,7 @@
...
@@ -100,7 +100,7 @@
key=
"title"
key=
"title"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
label=
"商品类别"
align=
"center"
prop=
"category
Id
"
/>
<el-table-column
label=
"商品类别"
align=
"center"
prop=
"category
Name
"
/>
<el-table-column
label=
"标签"
align=
"center"
prop=
"list"
key=
"list"
>
<el-table-column
label=
"标签"
align=
"center"
prop=
"list"
key=
"list"
>
<template
slot-scope=
"
{ row }">
<template
slot-scope=
"
{ row }">
<i
class=
"el el-tag"
v-for=
"(item, index) in row.list"
:key=
"index"
>
{{
<i
class=
"el el-tag"
v-for=
"(item, index) in row.list"
:key=
"index"
>
{{
...
...
src/views/operation/article/index.vue
View file @
0e978c59
...
@@ -122,13 +122,13 @@
...
@@ -122,13 +122,13 @@
<el-table-column
<el-table-column
label=
"收藏数"
label=
"收藏数"
align=
"center"
align=
"center"
prop=
"
appreciate
Num"
prop=
"
collect
Num"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
<el-table-column
label=
"点赞数"
label=
"点赞数"
align=
"center"
align=
"center"
prop=
"
collect
Num"
prop=
"
appreciate
Num"
:show-overflow-tooltip=
"true"
:show-overflow-tooltip=
"true"
/>
/>
<el-table-column
<el-table-column
...
...
src/views/system/user/index.vue
View file @
0e978c59
...
@@ -678,12 +678,12 @@ export default {
...
@@ -678,12 +678,12 @@ export default {
watch
:
{
watch
:
{
// 根据名称筛选部门树
// 根据名称筛选部门树
deptName
(
val
)
{
deptName
(
val
)
{
this
.
$refs
.
tree
.
filter
(
val
);
//
this.$refs.tree.filter(val);
},
},
},
},
created
()
{
created
()
{
this
.
getList
();
this
.
getList
();
this
.
getDeptTree
();
//
this.getDeptTree();
this
.
getConfigKey
(
"sys.user.initPassword"
).
then
((
response
)
=>
{
this
.
getConfigKey
(
"sys.user.initPassword"
).
then
((
response
)
=>
{
this
.
initPassword
=
response
.
msg
;
this
.
initPassword
=
response
.
msg
;
});
});
...
...
src/views/tag/index.vue
View file @
0e978c59
...
@@ -354,7 +354,8 @@ export default {
...
@@ -354,7 +354,8 @@ export default {
display
:
flex
;
display
:
flex
;
flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
&-item
{
&-item
{
flex
:
0
0
20%
;
//
flex
:
0
0
20%
;
width
:
20%
;
padding
:
10px
20px
;
padding
:
10px
20px
;
box-shadow
:
0
0
10px
4px
#e9e5e5
;
box-shadow
:
0
0
10px
4px
#e9e5e5
;
border-radius
:
10px
;
border-radius
:
10px
;
...
...
src/views/user/companion/index.vue
View file @
0e978c59
...
@@ -780,15 +780,15 @@ export default {
...
@@ -780,15 +780,15 @@ export default {
watch
:
{
watch
:
{
// 根据名称筛选部门树
// 根据名称筛选部门树
deptName
(
val
)
{
deptName
(
val
)
{
this
.
$refs
.
tree
.
filter
(
val
);
//
this.$refs.tree.filter(val);
},
},
},
},
created
()
{
created
()
{
this
.
getList
();
this
.
getList
();
this
.
getDeptTree
();
//
this.getDeptTree();
this
.
getConfigKey
(
"sys.user.initPassword"
).
then
((
response
)
=>
{
//
this.getConfigKey("sys.user.initPassword").then((response) => {
this
.
initPassword
=
response
.
msg
;
//
this.initPassword = response.msg;
});
//
});
},
},
methods
:
{
methods
:
{
changeStatus
(
e
,
row
)
{
changeStatus
(
e
,
row
)
{
...
...
src/views/user/merchant/index.vue
View file @
0e978c59
...
@@ -751,15 +751,15 @@ export default {
...
@@ -751,15 +751,15 @@ export default {
watch
:
{
watch
:
{
// 根据名称筛选部门树
// 根据名称筛选部门树
deptName
(
val
)
{
deptName
(
val
)
{
this
.
$refs
.
tree
.
filter
(
val
);
//
this.$refs.tree.filter(val);
},
},
},
},
created
()
{
created
()
{
this
.
getList
();
this
.
getList
();
this
.
getDeptTree
();
//
this.getDeptTree();
this
.
getConfigKey
(
"sys.user.initPassword"
).
then
((
response
)
=>
{
//
this.getConfigKey("sys.user.initPassword").then((response) => {
this
.
initPassword
=
response
.
msg
;
//
this.initPassword = response.msg;
});
//
});
},
},
methods
:
{
methods
:
{
changeStatus
(
e
,
row
)
{
changeStatus
(
e
,
row
)
{
...
...
src/views/user/whole/index.vue
View file @
0e978c59
...
@@ -691,15 +691,15 @@ export default {
...
@@ -691,15 +691,15 @@ export default {
watch
:
{
watch
:
{
// 根据名称筛选部门树
// 根据名称筛选部门树
deptName
(
val
)
{
deptName
(
val
)
{
this
.
$refs
.
tree
.
filter
(
val
);
//
this.$refs.tree.filter(val);
},
},
},
},
created
()
{
created
()
{
this
.
getList
();
this
.
getList
();
this
.
getDeptTree
();
//
this.getDeptTree();
this
.
getConfigKey
(
"sys.user.initPassword"
).
then
((
response
)
=>
{
//
this.getConfigKey("sys.user.initPassword").then((response) => {
this
.
initPassword
=
response
.
msg
;
//
this.initPassword = response.msg;
});
//
});
},
},
methods
:
{
methods
:
{
/** 查询用户列表 */
/** 查询用户列表 */
...
...
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