Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
Project
Project
Details
Activity
Releases
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
youjj
cloud-platform-ui
Commits
d7e014a5
Commit
d7e014a5
authored
Oct 09, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
零钱提现
parent
79f93f95
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
85 additions
and
22 deletions
+85
-22
gainRecord.vue
src/views/purseManage/gainRecord.vue
+4
-3
summitPopup.vue
src/views/summit/model/summitPopup.vue
+81
-19
No files found.
src/views/purseManage/gainRecord.vue
View file @
d7e014a5
...
@@ -52,13 +52,13 @@
...
@@ -52,13 +52,13 @@
<el-table-column
width=
"200"
align=
"center"
label=
"来源"
>
<el-table-column
width=
"200"
align=
"center"
label=
"来源"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
sourceName
}}
</span>
<span>
{{
scope
.
row
.
source
User
Name
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"200"
align=
"center"
label=
"订单号"
>
<el-table-column
width=
"200"
align=
"center"
label=
"订单号"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
con
o
}}
</span>
<span>
{{
scope
.
row
.
orderN
o
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"200"
align=
"center"
label=
"订单金额"
>
<el-table-column
width=
"200"
align=
"center"
label=
"订单金额"
>
...
@@ -68,7 +68,8 @@
...
@@ -68,7 +68,8 @@
</el-table-column>
</el-table-column>
<el-table-column
width=
"200"
align=
"center"
label=
"提成比例"
>
<el-table-column
width=
"200"
align=
"center"
label=
"提成比例"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<span>
{{
scope
.
row
.
extract
}}
%
</span>
<span
v-if=
"scope.row.extract"
>
{{
scope
.
row
.
extract
}}
%
</span>
<span
else
></span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
width=
"100"
align=
"center"
label=
"金额变动"
>
<el-table-column
width=
"100"
align=
"center"
label=
"金额变动"
>
...
...
src/views/summit/model/summitPopup.vue
View file @
d7e014a5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div>
<div>
<el-form
:model=
"form"
ref=
"form"
label-width=
"120px"
>
<el-form
:model=
"form"
ref=
"form"
label-width=
"120px"
>
<div>
<div>
<
!--
<div><span><h3>
基础信息
</h3></span></div>
--
>
<
p
style=
"padding:20px 0;border-bottom:1px solid #d9d9d9"
>
基础信息
</p
>
<div
class=
"steLine"
>
<div
class=
"steLine"
>
<el-row>
<el-row>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
...
@@ -124,14 +124,37 @@
...
@@ -124,14 +124,37 @@
</el-row>
</el-row>
</div>
</div>
</div>
</div>
<
!--
<
div>
<div>
<
div><span><h3>
报名页面
</h3></span></div
>
<
p
style=
"padding:20px 0;border-bottom:1px solid #d9d9d9"
>
报名页面
</p
>
<div>
<div>
<el-row>
<el-row>
<el-col
:span=
"10"
>
<el-col>
<el-form-item
label=
"峰会简介:"
>
<el-form-item
label=
"峰会主题:"
>
<el-input
class=
"fhjj"
v-model=
"form.content"
:rows=
"9"
type=
"textarea"
<UE
placeholder=
"请输入车型简介"
></el-input>
:editorId=
"activeName"
:defaultMsg=
"form.content"
:config=
"config"
ref=
"ue"
@
ready=
"editorReadyEvent"
></UE>
</el-form-item>
<el-form-item
label=
"诚邀莅临:"
prop=
"name"
>
<UE
:editorId=
"activeNameShare"
:defaultMsg=
"form.share"
:config=
"config"
ref=
"ue"
@
ready=
"editorReadyEventShare"
></UE>
</el-form-item>
<el-form-item
label=
"公司简章:"
prop=
"name"
>
<UE
:editorId=
"activeNameFirm"
:defaultMsg=
"form.contentFirm"
:config=
"config"
ref=
"ue"
@
ready=
"editorReadyEventFirm"
></UE>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -144,16 +167,19 @@
...
@@ -144,16 +167,19 @@
v-model=
"item.time"
v-model=
"item.time"
type=
"datetime"
type=
"datetime"
format=
"yyyy-MM-dd HH:mm:ss"
format=
"yyyy-MM-dd HH:mm:ss"
placeholder=
"请选择时间"
>
placeholder=
"请选择时间"
</el-date-picker>
>
</el-date-picker>
</el-col>
</el-col>
<el-col
:span=
"8"
>
<el-col
:span=
"8"
>
<el-input
class=
"content"
v-model=
"item.content"
placeholder=
"请输入内容"
></el-input>
<el-input
class=
"content"
v-model=
"item.content"
placeholder=
"请输入内容"
></el-input>
</el-col>
</el-col>
<el-col
class=
"content"
:span=
"8"
>
<el-col
class=
"content"
:span=
"8"
>
<el-button
type=
"danger"
size=
"small"
style=
"margin-left: 10px;"
@
click=
"deleteItem(item,index)"
>
<el-button
删除
type=
"danger"
</el-button>
size=
"small"
style=
"margin-left: 10px;"
@
click=
"deleteItem(item,index)"
>
删除
</el-button>
</el-col>
</el-col>
</el-row>
</el-row>
</el-form-item>
</el-form-item>
...
@@ -165,7 +191,7 @@
...
@@ -165,7 +191,7 @@
</el-form-item>
</el-form-item>
</el-row>
</el-row>
</div>
</div>
</div>
-->
</div>
</el-form>
</el-form>
</div>
</div>
<div
slot=
"footer"
class=
"dialog-footer1"
>
<div
slot=
"footer"
class=
"dialog-footer1"
>
...
@@ -185,6 +211,7 @@ import ElFormItem from "../../../../node_modules/element-ui/packages/form/src/fo
...
@@ -185,6 +211,7 @@ import ElFormItem from "../../../../node_modules/element-ui/packages/form/src/fo
import
{
getOne
,
update
,
add
}
from
"src/api/summit/activity"
;
import
{
getOne
,
update
,
add
}
from
"src/api/summit/activity"
;
import
{
getToken
}
from
"src/utils/auth"
;
import
{
getToken
}
from
"src/utils/auth"
;
import
{
mapGetters
}
from
"vuex"
;
import
{
mapGetters
}
from
"vuex"
;
import
UE
from
"../../modal/Ueditor"
;
//百度ue富文本
export
default
{
export
default
{
props
:
[
"popupShow"
,
"popupRow"
,
"titleNme"
],
props
:
[
"popupShow"
,
"popupRow"
,
"titleNme"
],
name
:
"summitPopup"
,
name
:
"summitPopup"
,
...
@@ -192,15 +219,23 @@ export default {
...
@@ -192,15 +219,23 @@ export default {
ElFormItem
,
ElFormItem
,
ElCol
,
ElCol
,
ElInput
,
ElInput
,
ElRow
ElRow
,
UE
},
},
data
()
{
data
()
{
return
{
return
{
config
:
{
initialFrameWidth
:
null
,
initialFrameHeight
:
350
},
dialogVisible
:
false
,
dialogVisible
:
false
,
title
:
""
,
title
:
""
,
BASE_API
:
process
.
env
.
BASE_API
,
BASE_API
:
process
.
env
.
BASE_API
,
percent
:
0
,
//上传进度
percent
:
0
,
//上传进度
imgFlag
:
false
,
imgFlag
:
false
,
activeName
:
"first"
,
activeNameShare
:
"second"
,
activeNameFirm
:
"three"
,
form
:
{
form
:
{
title
:
undefined
,
title
:
undefined
,
banner
:
undefined
,
banner
:
undefined
,
...
@@ -211,10 +246,13 @@ export default {
...
@@ -211,10 +246,13 @@ export default {
longitude
:
undefined
,
longitude
:
undefined
,
latitude
:
undefined
,
latitude
:
undefined
,
state
:
"默认"
,
state
:
"默认"
,
rid
:
undefined
rid
:
undefined
,
content
:
""
,
share
:
""
,
contentFirm
:
""
},
},
result
:
false
,
result
:
false
,
processJson
:
[]
processJson
:
[
{
time
:
undefined
,
content
:
""
}
]
};
};
},
},
...
@@ -254,6 +292,30 @@ export default {
...
@@ -254,6 +292,30 @@ export default {
this
.
dialogVisible
=
true
;
this
.
dialogVisible
=
true
;
}
}
},
},
editorReadyEvent
(
instance
)
{
let
t
=
this
;
instance
.
addListener
(
"contentChange"
,
()
=>
{
if
(
t
.
activeName
==
"first"
)
{
t
.
from
.
content
=
instance
.
getContent
();
}
});
},
editorReadyEventShare
(
instance
)
{
let
t
=
this
;
instance
.
addListener
(
"contentChange"
,
()
=>
{
if
(
t
.
activeNameShare
==
"second"
)
{
t
.
from
.
share
=
instance
.
getContent
();
}
});
},
editorReadyEventFirm
(
instance
)
{
let
t
=
this
;
instance
.
addListener
(
"contentChange"
,
()
=>
{
if
(
t
.
activeNameFirm
==
"three"
)
{
t
.
from
.
contentFirm
=
instance
.
getContent
();
}
});
},
/**
/**
* 封面图上传进度
* 封面图上传进度
* */
* */
...
@@ -420,14 +482,14 @@ export default {
...
@@ -420,14 +482,14 @@ export default {
margin-bottom
:
2%
;
margin-bottom
:
2%
;
}
}
.
el-form-item__content
{
/*
. el-form-item__content {
margin-left: 5% !important;
margin-left: 5% !important;
}
}
*/
.status
{
.status
{
margin-top
:
4%
;
margin-top
:
4%
;
}
}
.steLine
.el-row
{
.steLine
.el-row
{
margin-bottom
:
10px
;
margin-bottom
:
10px
;
}
}
</
style
>
</
style
>
...
...
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