Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
4e6f6f54
Commit
4e6f6f54
authored
Jul 27, 2021
by
pengyunqian
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
d344a913
1c7a4ddf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
index.vue
src/pages/Withdrawal/Examine/index.vue
+9
-3
No files found.
src/pages/Withdrawal/Examine/index.vue
View file @
4e6f6f54
...
...
@@ -39,9 +39,9 @@
<el-form-item
label=
"用户id"
>
<el-input
v-model=
"searchProps.user_id"
@
input=
"
searchProps.user_id = $event
.replace(/
[^a-z0-9A-Z\u4e00-\u9fa5()()\\-]+
/g, '')
.replace(/\s/g, '')
"
></el-input>
.replace(/
\uD83C[\uDF00-\uDFFF]|\uD83D[\uDC00-\uDE4F]
/g, '')
"
></el-input>
</el-form-item>
<el-button
type=
"primary"
...
...
@@ -206,6 +206,12 @@
dialogData.showData.lately_share
}}
</span>
</li>
<li>
<span
class=
"list-left"
>
近两天分享下载量 :
</span
><span
class=
"list-right"
>
{{
dialogData.showData.lately_download
}}
</span>
</li>
<li>
<span
class=
"list-left"
>
历史分享增长 :
</span
><span
class=
"list-right"
>
{{
...
...
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