Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
37501b7c
Commit
37501b7c
authored
Jul 24, 2023
by
xiaoman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增价格区间placeholder 、隐藏钱币分类列表返回按钮
parent
1096d783
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/views/mall/dealRecord.vue
src/views/mall/dealRecord.vue
+4
-4
No files found.
src/views/mall/dealRecord.vue
View file @
37501b7c
<
template
>
<div
class=
"app-container"
>
<div
class=
"page__header flex f-ai-c f-jc-
sb
"
>
<
el-button
type=
"primary"
size=
"mini"
class=
"mr10"
@
click=
"onBack"
>
返回
</el-button
>
<div
class=
"page__header flex f-ai-c f-jc-
e
"
>
<
!--
<el-button
type=
"primary"
size=
"mini"
class=
"mr10"
@
click=
"onBack"
>
返回
</el-button>
--
>
<el-button
type=
"danger"
size=
"mini"
class=
"mr10"
@
click=
"onAdd"
>
添加成交记录
</el-button>
</div>
<el-form
ref=
"searchForm"
:inline=
"true"
:model=
"searchForm"
class=
"demo-form-inline"
>
<el-form-item
label=
"价格范围"
prop=
"startPrice"
>
<el-input-number
v-model=
"searchForm.startPrice"
:step=
"1"
placeholder=
"最小价格"
controls-position=
"right"
size=
"small"
/>
<el-input-number
v-model=
"searchForm.startPrice"
:
min=
"1"
:
step=
"1"
placeholder=
"最小价格"
controls-position=
"right"
size=
"small"
/>
</el-form-item>
<el-form-item
prop=
"endPrice"
>
~
<el-input-number
v-model=
"searchForm.endPrice"
:step=
"1"
placeholder=
"最大价格"
controls-position=
"right"
size=
"small"
/>
<el-input-number
v-model=
"searchForm.endPrice"
:
min=
"1"
:
step=
"1"
placeholder=
"最大价格"
controls-position=
"right"
size=
"small"
/>
</el-form-item>
<el-form-item
label=
"交易日期"
prop=
"dateRange"
>
<el-date-picker
...
...
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