Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-4
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
office
haoban-4
Commits
bcdca9e7
Commit
bcdca9e7
authored
Sep 09, 2020
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改排序
parent
1bcdfdc3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
clerk-tag.vue
src/views/apps/customer-app/clerk-tag.vue
+4
-3
crowd-scene.vue
src/views/apps/customer-app/crowd-scene.vue
+2
-2
No files found.
src/views/apps/customer-app/clerk-tag.vue
View file @
bcdca9e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 1
0:58:20
* @LastEditTime: 2020-09-09 1
1:39:02
-->
-->
<
template
>
<
template
>
...
@@ -26,7 +26,8 @@
...
@@ -26,7 +26,8 @@
<span
v-if=
"licenseData.count
<
licenseData
.
limit
"
>
当前标签数量/购买license:
{{
licenseData
.
count
}}
/
{{
licenseData
.
limit
}}
</span>
<span
v-if=
"licenseData.count
<
licenseData
.
limit
"
>
当前标签数量/购买license:
{{
licenseData
.
count
}}
/
{{
licenseData
.
limit
}}
</span>
<span
v-else
>
当前标签数量已达license,请先删除不使用的标签或扩容license
</span>
<span
v-else
>
当前标签数量已达license,请先删除不使用的标签或扩容license
</span>
</div>
</div>
<el-button
:disabled=
"licenseData.count >= licenseData.limit"
type=
"primary"
@
click=
"toAddTag"
>
新建标签
</el-button>
<el-button
v-if=
"licenseData.count
<
licenseData
.
limit
"
type=
"primary"
@
click=
"toAddTag"
>
新建标签
</el-button>
<div
v-else
class=
"el-button el-tooltip item is-disabled"
>
新建标签
</div>
</el-tooltip>
</el-tooltip>
</div>
</div>
</div>
</div>
...
@@ -34,7 +35,7 @@
...
@@ -34,7 +35,7 @@
<div
class=
"m-t-20"
>
<div
class=
"m-t-20"
>
<el-table
<el-table
:data=
"tagsData"
:data=
"tagsData"
row-key=
"
memberT
agId"
row-key=
"
t
agId"
v-loading=
"loading"
v-loading=
"loading"
ref=
"tagsData"
ref=
"tagsData"
style=
"width: 100%"
>
style=
"width: 100%"
>
...
...
src/views/apps/customer-app/crowd-scene.vue
View file @
bcdca9e7
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
* @Author: 无尘
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditors: 无尘
* @LastEditTime: 2020-09-09 11:
15:25
* @LastEditTime: 2020-09-09 11:
39:32
-->
-->
<
template
>
<
template
>
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
:data=
"memberCrowdData"
:data=
"memberCrowdData"
v-loading=
"loading"
v-loading=
"loading"
ref=
"memberCrowdData"
ref=
"memberCrowdData"
row-key=
"
memberGroup
Id"
row-key=
"
sceneCrowd
Id"
style=
"width: 100%"
>
style=
"width: 100%"
>
<el-table-column
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<el-table-column
prop=
""
label=
""
width=
"56"
class-name=
"move-row-cell"
>
<template>
<template>
...
...
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