Commit 36b948fa by LJM

js

parent b9abcb70
Showing with 1 additions and 3 deletions
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment