Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
36b948fa
authored
Sep 22, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
js
parent
b9abcb70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
src/views/List/quote.vue
src/views/List/quote.vue
View file @
36b948fa
...
...
@@ -10,9 +10,8 @@
</el-form-item>
<el-form-item
label=
"状态"
>
<el-select
v-model=
"formParam.status"
placeholder=
"请选择"
>
<el-option
label=
"
比价
中"
value=
"1"
></el-option>
<el-option
label=
"
确认
中"
value=
"1"
></el-option>
<el-option
label=
"已选中"
value=
"2"
></el-option>
<el-option
label=
"已确认"
value=
"3"
></el-option>
<el-option
label=
"已成单"
value=
"4"
></el-option>
<el-option
label=
"已关闭"
value=
"5"
></el-option>
</el-select>
...
...
@@ -27,7 +26,6 @@
<div
class=
"btn-nav clr"
>
<el-button
type=
"primary"
@
click=
"exportChange"
>
导出
</el-button>
<el-button
type=
"primary"
@
click=
"close"
>
关闭
</el-button>
<el-button
type=
"danger"
@
click=
"del"
>
删除
</el-button>
</div>
<div
class=
"data-box th-all"
>
<el-table
:data=
"tableData"
border
max-height=
"600"
@
selection-change=
"handleSelectionChange"
>
...
...
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