Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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-3
Commits
0ae0d4f7
Commit
0ae0d4f7
authored
Apr 25, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式修改
parent
d07a9803
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
21 deletions
+21
-21
app-detail.vue
src/components/app/app-detail.vue
+1
-1
card-list-table.vue
src/components/app/card-list-table.vue
+2
-2
card-record-table.vue
src/components/app/card-record-table.vue
+2
-2
chat-log.vue
src/components/app/chat-log.vue
+1
-1
online-chat.vue
src/components/app/online-chat.vue
+1
-1
badEvaluateDetail.vue
src/views/apps/badEvaluate/badEvaluateDetail.vue
+2
-2
badEvaluateRecord.vue
src/views/apps/badEvaluate/badEvaluateRecord.vue
+1
-1
memberGroupSet.vue
src/views/apps/customerApp/memberGroupSet.vue
+1
-1
authMerchant.vue
src/views/business/authMerchant.vue
+2
-2
storeDetail.vue
src/views/salesleads/storeDetail.vue
+5
-5
storeList.vue
src/views/salesleads/storeList.vue
+2
-2
taskList.vue
src/views/salesleads/taskList.vue
+1
-1
No files found.
src/components/app/app-detail.vue
View file @
0ae0d4f7
...
...
@@ -127,7 +127,7 @@
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toEditGroup(scope.$index, scope.row)"
>
编辑分组可见范围
</el-button>
<el-button
type=
"text"
@
click=
"toEditGroup(scope.$index, scope.row)"
>
编辑分组可见范围
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/components/app/card-list-table.vue
View file @
0ae0d4f7
...
...
@@ -37,8 +37,8 @@
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toEdit(scope.$index, scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toDel(scope.$index, scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
@
click=
"toEdit(scope.$index, scope.row)"
>
编辑
</el-button>
<el-button
type=
"text"
@
click=
"toDel(scope.$index, scope.row)"
>
删除
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/components/app/card-record-table.vue
View file @
0ae0d4f7
...
...
@@ -62,8 +62,8 @@
</el-table-column>
<el-table-column
prop=
""
width=
"200"
label=
"操作"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row, '1')"
>
发送记录
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row, '2')"
>
领取记录
</el-button>
<el-button
type=
"text"
@
click=
"toSendDetail(scope.$index, scope.row, '1')"
>
发送记录
</el-button>
<el-button
type=
"text"
@
click=
"toSendDetail(scope.$index, scope.row, '2')"
>
领取记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/components/app/chat-log.vue
View file @
0ae0d4f7
...
...
@@ -64,7 +64,7 @@ components: {
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"showDetail(scope.$index, scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
@
click=
"showDetail(scope.$index, scope.row)"
>
查看详情
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/components/app/online-chat.vue
View file @
0ae0d4f7
...
...
@@ -96,7 +96,7 @@ components: {
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toSendDetail(scope.$index, scope.row)"
>
发送记录
</el-button>
<el-button
type=
"text"
@
click=
"toSendDetail(scope.$index, scope.row)"
>
发送记录
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/apps/badEvaluate/badEvaluateDetail.vue
View file @
0ae0d4f7
...
...
@@ -99,8 +99,8 @@
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"handleDel(scope.$index, scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"handlePreview(scope.$index, scope.row)"
>
预览
</el-button>
<el-button
type=
"text"
@
click=
"handleDel(scope.$index, scope.row)"
>
删除
</el-button>
<el-button
type=
"text"
@
click=
"handlePreview(scope.$index, scope.row)"
>
预览
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/apps/badEvaluate/badEvaluateRecord.vue
View file @
0ae0d4f7
...
...
@@ -74,7 +74,7 @@
</el-table-column>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"toDetail(scope.$index, scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
@
click=
"toDetail(scope.$index, scope.row)"
>
查看详情
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
src/views/apps/customerApp/memberGroupSet.vue
View file @
0ae0d4f7
...
...
@@ -68,7 +68,7 @@
</el-tooltip>
</template>
<template slot-scope="scope">
<el-button type="text"
size="small"
@click="toEditGroup(scope.$index, scope.row)">编辑分组可见范围</el-button>
<el-button type="text" @click="toEditGroup(scope.$index, scope.row)">编辑分组可见范围</el-button>
</template>
</el-table-column> -->
</el-table>
...
...
src/views/business/authMerchant.vue
View file @
0ae0d4f7
...
...
@@ -61,8 +61,8 @@
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"AddAuthMerchant(scope.row)"
>
编辑授权设置
</el-button>
<el-button
type=
"text"
size=
"small"
@
click=
"toStoreList(scope.row)"
>
绑定门店列表
</el-button>
<el-button
type=
"text"
@
click=
"AddAuthMerchant(scope.row)"
>
编辑授权设置
</el-button>
<el-button
type=
"text"
@
click=
"toStoreList(scope.row)"
>
绑定门店列表
</el-button>
<el-button
slot=
"reference"
type=
"text"
size=
"small"
@
click=
"refreshStoreBind(scope.row)"
>
刷新门店
</el-button>
</
template
>
</el-table-column>
...
...
src/views/salesleads/storeDetail.vue
View file @
0ae0d4f7
...
...
@@ -86,20 +86,20 @@
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"逾期情况"
min-width=
"122"
>
<
template
slot-scope=
"scope"
><span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.overdueStatus] + ';'"
></span>
{{
scope
.
row
.
overdueStatus
===
1
?
'
未逾期'
:
scope
.
row
.
overdueStatus
===
2
?
'已
逾期'
:
''
}}
</
template
>
<
template
slot-scope=
"scope"
><span
class=
"point"
:style=
"'background:' + overdueStyle[scope.row.overdueStatus] + ';'"
></span>
{{
scope
.
row
.
overdueStatus
===
1
?
'
已逾期'
:
scope
.
row
.
overdueStatus
===
2
?
'未
逾期'
:
''
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"完成状态"
min-width=
"122"
>
<
template
slot-scope=
"scope"
><span
class=
"point"
:style=
"'background:' + taskStyle[scope.row.taskStatus] + ';'"
></span>
{{
scope
.
row
.
taskStatus
===
1
?
'未完成'
:
scope
.
row
.
taskStatus
===
2
?
'已完成'
:
''
}}
</
template
>
</el-table-column>
<el-table-column
prop=
""
label=
"完成详情"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"showDetail(scope.row)"
>
查看
</el-button>
<el-button
type=
"text"
@
click=
"showDetail(scope.row)"
>
查看
</el-button>
</
template
>
</el-table-column>
<!-- <el-table-column prop="" label="操作" width="150">
<template slot-scope="scope">
<el-button type="text"
size="small"
@click="showDetail(scope.row)">预览</el-button>
<el-button type="text"
size="small"
@click="showDetail(scope.row)">删除</el-button>
<el-button type="text" @click="showDetail(scope.row)">预览</el-button>
<el-button type="text" @click="showDetail(scope.row)">删除</el-button>
</template>
</el-table-column> -->
</el-table>
...
...
@@ -178,7 +178,7 @@ export default {
// taskStatus: null // 完成状态(1:未完成,2:完成)
// }
],
overdueStyle
:
[
'none'
,
'#
2F54EB'
,
'#F5222D
'
],
overdueStyle
:
[
'none'
,
'#
F5222D'
,
'#2F54EB
'
],
taskStyle
:
[
'none'
,
'#F5222D'
,
'#33AF4A'
],
confirmDetailShow
:
false
,
confirmDetail
:
{},
...
...
src/views/salesleads/storeList.vue
View file @
0ae0d4f7
...
...
@@ -67,8 +67,8 @@
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
width=
"150"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"showDetail(scope.row)"
>
查看详情
</el-button>
<!--
<el-button
type=
"text"
size=
"small"
@
click=
"showDetail(scope.row)"
>
删除
</el-button>
-->
<el-button
type=
"text"
@
click=
"showDetail(scope.row)"
>
查看详情
</el-button>
<!--
<el-button
type=
"text"
@
click=
"showDetail(scope.row)"
>
删除
</el-button>
-->
</
template
>
</el-table-column>
</el-table>
...
...
src/views/salesleads/taskList.vue
View file @
0ae0d4f7
...
...
@@ -67,7 +67,7 @@
</el-table-column>
<el-table-column
prop=
""
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
size=
"small"
@
click=
"showDetail(scope.row)"
>
查看详情
</el-button>
<el-button
type=
"text"
@
click=
"showDetail(scope.row)"
>
查看详情
</el-button>
</
template
>
</el-table-column>
</el-table>
...
...
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