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
4d89ff65
Commit
4d89ff65
authored
Sep 13, 2024
by
chenwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/099_customer_filter' into 'dev'
分享触发时间问题和积分规则回显问题 See merge request
!51
parents
9336e98b
46a6fd93
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
...cw/memberManagement/addIntegrationRuleOperation/index.vue
+4
-3
index.vue
src/views/ecw/memberManagement/sharingStatistics/index.vue
+1
-1
No files found.
src/views/ecw/memberManagement/addIntegrationRuleOperation/index.vue
View file @
4d89ff65
...
@@ -51,12 +51,12 @@
...
@@ -51,12 +51,12 @@
<el-row
:gutter=
"10"
>
<el-row
:gutter=
"10"
>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('中文封面图')"
prop=
"coverImageZh"
>
<el-form-item
:label=
"$t('中文封面图')"
prop=
"coverImageZh"
>
<image-upload
v-model=
"queryParams.coverImageZh"
/>
<image-upload
v-model=
"queryParams.coverImageZh"
:isShowEditButton=
"!showViewTime"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
<el-col
:span=
"12"
>
<el-col
:span=
"12"
>
<el-form-item
:label=
"$t('英文封面图')"
prop=
"coverImageEn"
>
<el-form-item
:label=
"$t('英文封面图')"
prop=
"coverImageEn"
>
<image-upload
v-model=
"queryParams.coverImageEn"
/>
<image-upload
v-model=
"queryParams.coverImageEn"
:isShowEditButton=
"!showViewTime"
/>
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
...
@@ -473,6 +473,7 @@
...
@@ -473,6 +473,7 @@
</el-col>
</el-col>
<el-col
:span=
"3"
>
<el-col
:span=
"3"
>
<el-button
<el-button
v-if=
"$route.query.pageStatus != 'view'"
type=
"primary"
type=
"primary"
style=
"width: 100%"
style=
"width: 100%"
@
click=
"handleResetIntegralRule"
@
click=
"handleResetIntegralRule"
...
@@ -997,7 +998,7 @@ export default {
...
@@ -997,7 +998,7 @@ export default {
}
else
{
}
else
{
this
.
handleGetRegionTreeList
();
this
.
handleGetRegionTreeList
();
}
}
this
.
queryParams
.
extraShare
.
activityUrl
=
process
.
env
.
NODE_ENV
==
'
production
'
?
'
https://app2.groupage.cn/#/pages/activityShare/index
'
:
"
https://apptest.groupage.cn/#/pages/activityShare/index
"
this
.
queryParams
.
extraShare
.
activityUrl
=
'
/pages/activityShare/index
'
},
},
activated
()
{},
activated
()
{},
methods
:
{
methods
:
{
...
...
src/views/ecw/memberManagement/sharingStatistics/index.vue
View file @
4d89ff65
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
width=
"180"
width=
"180"
>
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
parseTime
(
scope
.
row
.
create
Time
)
||
"
--
"
}}
</span>
<span>
{{
parseTime
(
scope
.
row
.
lastTrigger
Time
)
||
"
--
"
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
</el-table>
</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