This commit is contained in:
parent
7da0658751
commit
9dd28b1f9f
|
|
@ -6,7 +6,8 @@
|
|||
<el-input
|
||||
v-model="queryParams.keyWord"
|
||||
placeholder="请输入关键字"
|
||||
clearable v-no-whitespace
|
||||
clearable
|
||||
v-no-whitespace
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
|
@ -22,7 +23,8 @@
|
|||
<el-input
|
||||
v-model="queryParams.violationCode"
|
||||
placeholder="请输入违章编号"
|
||||
clearable v-no-whitespace
|
||||
clearable
|
||||
v-no-whitespace
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
|
@ -30,7 +32,8 @@
|
|||
<el-input
|
||||
v-model="queryParams.signerName"
|
||||
placeholder="请输入签发人姓名"
|
||||
clearable v-no-whitespace
|
||||
clearable
|
||||
v-no-whitespace
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
|
@ -53,7 +56,7 @@
|
|||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
<el-table :data="tableList" fit highlight-current-row style="width: 100%">
|
||||
<el-table :data="tableList" fit highlight-current-row style="width: 100%" border>
|
||||
<!-- 多选 -->
|
||||
<el-table-column type="selection" width="55" align="center" @selection-change="selectionChange" />
|
||||
<el-table-column
|
||||
|
|
|
|||
Loading…
Reference in New Issue