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
7dbfdb1d
Commit
7dbfdb1d
authored
Sep 06, 2024
by
chenwei
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
兑换记录筛选新增兑换记录ID
parent
1538ca7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
index.vue
src/views/ecw/memberManagement/exchangeRecord/index.vue
+13
-0
No files found.
src/views/ecw/memberManagement/exchangeRecord/index.vue
View file @
7dbfdb1d
...
@@ -111,6 +111,16 @@
...
@@ -111,6 +111,16 @@
/>
/>
</el-select>
</el-select>
</el-form-item>
</el-form-item>
<el-form-item
:label=
"$t('兑换记录ID')"
>
<el-input
v-model.trim=
"queryParams.redemptionNumber"
style=
"width: 300px"
:placeholder=
"$t('请输入')"
clearable
onkeyup=
"this.value=this.value.replace(/(^\s*)|(\s*$)/g,'')"
@
keyup.enter.native=
"handleQuery"
/>
</el-form-item>
<el-form-item>
<el-form-item>
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
<el-button
type=
"primary"
icon=
"el-icon-search"
@
click=
"handleQuery"
>
{{
$t
(
"
搜索
"
)
$t
(
"
搜索
"
)
...
@@ -493,6 +503,7 @@ export default {
...
@@ -493,6 +503,7 @@ export default {
startTime
:
""
,
startTime
:
""
,
endTime
:
""
,
endTime
:
""
,
nodeId
:
""
,
nodeId
:
""
,
redemptionNumber
:
null
,
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
10
,
pageSize
:
10
,
},
},
...
@@ -747,6 +758,7 @@ export default {
...
@@ -747,6 +758,7 @@ export default {
holdScore
:
null
,
holdScore
:
null
,
holdScoreOperate
:
null
,
holdScoreOperate
:
null
,
key
:
null
,
key
:
null
,
redemptionNumber
:
null
,
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
10
,
pageSize
:
10
,
startTime
:
null
,
startTime
:
null
,
...
@@ -791,6 +803,7 @@ export default {
...
@@ -791,6 +803,7 @@ export default {
key
:
null
,
key
:
null
,
pageNo
:
1
,
pageNo
:
1
,
pageSize
:
10
,
pageSize
:
10
,
redemptionNumber
:
null
,
startTime
:
null
,
startTime
:
null
,
usedScore
:
null
,
usedScore
:
null
,
usedScoreOperate
:
null
,
usedScoreOperate
:
null
,
...
...
chenwei
@chenwei
mentioned in commit
9158702a
·
Sep 06, 2024
mentioned in commit
9158702a
mentioned in commit 9158702aea5c2dfd52f851fd45b869c2767c5e57
Toggle commit list
chenwei
@chenwei
mentioned in merge request
!33 (merged)
·
Sep 06, 2024
mentioned in merge request
!33 (merged)
mentioned in merge request !33
Toggle commit list
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