Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gxpt_web
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
pseer
gxpt_web
Commits
47676968
Commit
47676968
authored
Sep 25, 2024
by
YG8429
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
临时权益金增加返佣状态
parent
373b2a07
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
index.vue
src/views/system/activities/index.vue
+5
-1
index.vue
src/views/system/equityFundExcess/index.vue
+9
-1
No files found.
src/views/system/activities/index.vue
View file @
47676968
...
@@ -148,7 +148,7 @@
...
@@ -148,7 +148,7 @@
<el-input
v-model=
"form.newNickName"
:disabled=
"true"
placeholder=
"请输入下级用户昵称"
/>
<el-input
v-model=
"form.newNickName"
:disabled=
"true"
placeholder=
"请输入下级用户昵称"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"上级电话"
prop=
"phone"
>
<el-form-item
label=
"上级电话"
prop=
"phone"
>
<el-input
v-model=
"form.phone"
:disabled=
"true"
placeholder=
"请输入上级电话"
/>
<el-input
v-model=
"form.phone"
:disabled=
"true"
placeholder=
"请输入上级电话"
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"下级电话"
prop=
"newPhone"
>
<el-form-item
label=
"下级电话"
prop=
"newPhone"
>
<el-input
v-model=
"form.newPhone"
:disabled=
"true"
placeholder=
"请输入下级电话"
/>
<el-input
v-model=
"form.newPhone"
:disabled=
"true"
placeholder=
"请输入下级电话"
/>
...
@@ -292,6 +292,10 @@ export default {
...
@@ -292,6 +292,10 @@ export default {
this
.
open
=
true
;
this
.
open
=
true
;
this
.
title
=
"修改分享活动绑定关系"
;
this
.
title
=
"修改分享活动绑定关系"
;
});
});
// console.log(row);
// this.form = row;
// this.open = true;
// this.title = "修改分享活动绑定关系";
},
},
/** 提交按钮 */
/** 提交按钮 */
submitForm
()
{
submitForm
()
{
...
...
src/views/system/equityFundExcess/index.vue
View file @
47676968
...
@@ -124,6 +124,12 @@
...
@@ -124,6 +124,12 @@
<el-table-column
label=
"下级电话"
align=
"center"
prop=
"newPhone"
/>
<el-table-column
label=
"下级电话"
align=
"center"
prop=
"newPhone"
/>
<el-table-column
label=
"下级账号"
align=
"center"
prop=
"newAccount"
/>
<el-table-column
label=
"下级账号"
align=
"center"
prop=
"newAccount"
/>
<el-table-column
label=
"下级用户昵称"
align=
"center"
prop=
"newNickName"
/>
<el-table-column
label=
"下级用户昵称"
align=
"center"
prop=
"newNickName"
/>
<el-table-column
align=
"center"
label=
"返佣状态"
prop=
"rebateType"
>
<template
slot-scope=
"scope"
>
<dict-tag
:options=
"dict.type.rebate_type"
:value=
"scope.row.rebateType"
/>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"上级用户头像"
prop=
"avatar"
width=
"100"
>
<el-table-column
align=
"center"
label=
"上级用户头像"
prop=
"avatar"
width=
"100"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<image-preview
:height=
"50"
:src=
"scope.row.avatar"
:width=
"50"
/>
<image-preview
:height=
"50"
:src=
"scope.row.avatar"
:width=
"50"
/>
...
@@ -189,6 +195,7 @@ import { listEquityFundExcess, getEquityFundExcess, delEquityFundExcess, addEqui
...
@@ -189,6 +195,7 @@ import { listEquityFundExcess, getEquityFundExcess, delEquityFundExcess, addEqui
export
default
{
export
default
{
name
:
"EquityFundExcess"
,
name
:
"EquityFundExcess"
,
dicts
:
[
'rebate_type'
],
data
()
{
data
()
{
return
{
return
{
// 遮罩层
// 遮罩层
...
@@ -267,7 +274,8 @@ export default {
...
@@ -267,7 +274,8 @@ export default {
createTime
:
null
,
createTime
:
null
,
updateBy
:
null
,
updateBy
:
null
,
updateTime
:
null
,
updateTime
:
null
,
remark
:
null
remark
:
null
,
rebateType
:
null
}
;
}
;
this
.
resetForm
(
"form"
);
this
.
resetForm
(
"form"
);
}
,
}
,
...
...
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