Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
lanbaoming
jiedao-app-operator-master
Commits
36ee0c75
Commit
36ee0c75
authored
Aug 19, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/099_customer_filter' into 'dev'
积分规则按钮操作 See merge request
!11
parents
5b1c0b6c
1c1eb3bf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
index.vue
...cw/memberManagement/addIntegrationRuleOperation/index.vue
+6
-0
index.vue
src/views/ecw/memberManagement/integrationRule/index.vue
+2
-1
No files found.
src/views/ecw/memberManagement/addIntegrationRuleOperation/index.vue
View file @
36ee0c75
...
@@ -957,6 +957,12 @@ export default {
...
@@ -957,6 +957,12 @@ export default {
this
.
$refs
[
"
queryForm
"
].
validate
((
valid
)
=>
{
this
.
$refs
[
"
queryForm
"
].
validate
((
valid
)
=>
{
if
(
valid
)
{
if
(
valid
)
{
let
params
=
deepClone
(
this
.
queryParams
);
let
params
=
deepClone
(
this
.
queryParams
);
console
.
log
(
params
);
params
.
showPlatform
=
this
.
queryParams
.
showPlatform
?.
join
();
params
.
extraOrderV
.
orderEntry
=
this
.
queryParams
.
extraOrderV
?.
orderEntry
?.
join
();
params
.
extraRegister
.
registerPlatform
=
this
.
queryParams
.
extraRegister
.
registerPlatform
?.
join
();
integralRuleUpdated
(
params
).
then
((
res
)
=>
{
integralRuleUpdated
(
params
).
then
((
res
)
=>
{
this
.
$message
.
success
(
this
.
$t
(
"
更新成功
"
));
this
.
$message
.
success
(
this
.
$t
(
"
更新成功
"
));
this
.
$router
.
go
(
-
1
);
this
.
$router
.
go
(
-
1
);
...
...
src/views/ecw/memberManagement/integrationRule/index.vue
View file @
36ee0c75
...
@@ -234,13 +234,14 @@
...
@@ -234,13 +234,14 @@
<el-button
<el-button
size=
"mini"
size=
"mini"
type=
"text"
type=
"text"
:disabled=
"scope.row.status
== '1
'"
:disabled=
"scope.row.status
!= '2
'"
@
click=
"handleUpdate(scope.row)"
@
click=
"handleUpdate(scope.row)"
>
{{
$t
(
"
编辑
"
)
}}
</el-button
>
{{
$t
(
"
编辑
"
)
}}
</el-button
>
>
<el-button
<el-button
size=
"mini"
size=
"mini"
type=
"text"
type=
"text"
:disabled=
"scope.row.status != '2'"
@
click=
"handleEnabledStatus(scope.row)"
@
click=
"handleEnabledStatus(scope.row)"
>
{{
$t
(
"
启用
"
)
}}
</el-button
>
{{
$t
(
"
启用
"
)
}}
</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