Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
e8b880b7
Commit
e8b880b7
authored
Jul 13, 2020
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 计费中心-提示
parent
e58c647e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
board.vue
src/views/recharge/board.vue
+9
-2
No files found.
src/views/recharge/board.vue
View file @
e8b880b7
...
...
@@ -105,12 +105,19 @@
{{
scope
.
row
.
type
===
'call'
||
scope
.
row
.
type
===
'record'
?
'分钟'
:
'条'
}}
</
template
>
</el-table-column>
<!-- <el-table-column align="left" prop="fee" label="费用">
<el-table-column
align=
"left"
prop=
"fee"
label=
"费用"
>
<
template
slot=
"header"
slot-scope=
"scope"
>
费用
<el-tooltip
:open-delay=
"200"
class=
"item"
effect=
"dark"
placement=
"top"
>
<div
slot=
"content"
style=
"width:300px;line-height:1.5;"
>
由于运营商的计费单价会有调整以及海外短信是按不同地区进行费用扣除。但此处是用统一用当下的单价乘以计费条数进行合计,所以可能导致此处的费用和详情不一致,最终以详情的合计金额为准。
</div>
<i
class=
"el-icon-info minor-font-color cursor-pointer ml5"
></i>
</el-tooltip>
</
template
>
<
template
slot-scope=
"scope"
>
<span>
{{
(
scope
.
row
.
fee
/
(
scope
.
row
.
type
===
'record'
?
100
:
1000
)).
toFixed
(
2
)
}}
</span
>
元
</
template
>
</el-table-column>
-->
</el-table-column>
<el-table-column
label=
"操作"
align=
"left"
width=
"220px"
fixed=
"right"
>
<
template
slot-scope=
"scope"
>
<el-button
type=
"text"
@
click=
"$router.push('/recharge/consume/' + scope.row.type)"
>
详情
</el-button>
...
...
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