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
5b79e9e1
Commit
5b79e9e1
authored
Mar 15, 2024
by
swl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gx
parent
bc61cdb9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
10 deletions
+8
-10
category.vue
src/views/livingCircle/category.vue
+1
-1
enter.vue
src/views/livingCircle/enter.vue
+5
-0
help.vue
src/views/livingCircle/help.vue
+1
-8
searchTerms.vue
src/views/livingCircle/searchTerms.vue
+1
-1
No files found.
src/views/livingCircle/category.vue
View file @
5b79e9e1
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
<el-table-column
fixed=
"right"
label=
"操作"
width=
"350"
align=
"center"
>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"350"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
type=
"
success
"
type=
"
primary
"
size=
"mini"
size=
"mini"
class=
"btn"
class=
"btn"
round
round
...
...
src/views/livingCircle/enter.vue
View file @
5b79e9e1
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
clearable
clearable
placeholder=
"请选择入驻类型"
placeholder=
"请选择入驻类型"
size=
"medium"
size=
"medium"
@
change=
"onSubmit"
>
>
<el-option
label=
"全部"
value=
""
>
</el-option>
<el-option
label=
"全部"
value=
""
>
</el-option>
<el-option
label=
"商家入驻"
value=
"0"
>
</el-option>
<el-option
label=
"商家入驻"
value=
"0"
>
</el-option>
...
@@ -184,6 +185,10 @@
...
@@ -184,6 +185,10 @@
<p
class=
"label"
>
经营类型
</p>
<p
class=
"label"
>
经营类型
</p>
<p
class=
"value"
>
{{ detail.categoryName }}
</p>
<p
class=
"value"
>
{{ detail.categoryName }}
</p>
</div>
</div>
<div
class=
"cell"
v-if=
"detail.otherInfo"
>
<p
class=
"label"
>
经营范围和内容
</p>
<p
class=
"value"
>
{{ detail.otherInfo }}
</p>
</div>
<div
class=
"cell"
>
<div
class=
"cell"
>
<p
class=
"label"
>
详细地址
</p>
<p
class=
"label"
>
详细地址
</p>
<p
class=
"value"
>
{{ detail.address }}
</p>
<p
class=
"value"
>
{{ detail.address }}
</p>
...
...
src/views/livingCircle/help.vue
View file @
5b79e9e1
...
@@ -238,14 +238,7 @@ export default {
...
@@ -238,14 +238,7 @@ export default {
// },
// },
// activeName: "1",
// activeName: "1",
loading
:
false
,
loading
:
false
,
tableData
:
[
tableData
:
[],
{
name
:
"服务名称"
,
type
:
"所属类型"
,
icon
:
require
(
"@/assets/1.png"
),
wx
:
"1"
,
},
],
userName
:
""
,
userName
:
""
,
tableColumns
:
[
tableColumns
:
[
{
{
...
...
src/views/livingCircle/searchTerms.vue
View file @
5b79e9e1
...
@@ -56,7 +56,7 @@
...
@@ -56,7 +56,7 @@
<el-table-column
fixed=
"right"
label=
"操作"
width=
"350"
align=
"center"
>
<el-table-column
fixed=
"right"
label=
"操作"
width=
"350"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
<el-button
type=
"
success
"
type=
"
primary
"
size=
"mini"
size=
"mini"
class=
"btn"
class=
"btn"
round
round
...
...
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