Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zj-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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
new-zhengjiang
zj-manage
Commits
960bd873
Commit
960bd873
authored
Mar 28, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: gx
parent
2d0265fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
4 deletions
+16
-4
enter.vue
src/views/livingCircle/enter.vue
+16
-4
No files found.
src/views/livingCircle/enter.vue
View file @
960bd873
...
...
@@ -41,7 +41,8 @@
>
<el-option
label=
"全部"
value=
""
>
</el-option>
<el-option
label=
"商家入驻"
value=
"0"
>
</el-option>
<el-option
label=
"上报网红墙"
value=
"1"
>
</el-option>
<el-option
label=
"上报地点"
value=
"1"
>
</el-option>
<el-option
label=
"上报网红墙"
value=
"2"
>
</el-option>
</el-select>
</el-form-item>
<el-form-item>
...
...
@@ -85,12 +86,24 @@
<el-table-column
slot=
"type"
label=
"入驻类型"
align=
"center"
>
<template
slot-scope=
"scope"
>
<el-tag
v-if=
"scope.row.type == 0 || scope.row.type == 1"
:type=
"scope.row.type == 1 ? 'success' : ''"
v-if=
"
scope.row.type == 0 ||
scope.row.type == 1 ||
scope.row.type == 2
"
:type=
"
scope.row.type == 1
? 'success'
: scope.row.type == 2
? 'warning'
: ''
"
>
{{
scope
.
row
.
type
==
0
?
"商家入驻"
:
scope
.
row
.
type
==
1
?
"上报地点"
:
scope
.
row
.
type
==
2
?
"上报网红墙"
:
""
}}
</el-tag
...
...
@@ -552,7 +565,6 @@ export default {
this
.
loading
=
true
;
this
.
init
();
this
.
loading
=
false
;
console
.
log
(
"this.init();--->"
,
this
.
activeName
);
},
jumpPage
()
{
this
.
init
();
...
...
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