|
@@ -7,7 +7,7 @@
|
|
|
:with-date-picker="false"
|
|
|
:with-select="false"
|
|
|
:with-input="true"
|
|
|
- searchPlaceholder="请输入搜索条件"
|
|
|
+ searchPlaceholder="请输入运单编号查询"
|
|
|
@search="searchHandler"
|
|
|
:withExportButton="false"
|
|
|
/>
|
|
@@ -40,7 +40,7 @@ export default {
|
|
|
showSizeChanger: true,
|
|
|
showQuickJumper: true,
|
|
|
total: 0, //数据总数
|
|
|
- pageSize: 10,
|
|
|
+ pageSize: 20,
|
|
|
current: 1,
|
|
|
showTotal: (total) => {
|
|
|
return `共${total}条`
|
|
@@ -139,7 +139,7 @@ export default {
|
|
|
openResult: '', // 开箱结果
|
|
|
riskClassification: '', //货物风险等级 高风险\低风险\普通
|
|
|
pageNum: '1', //** 当前记录起始索引 */
|
|
|
- pageSize: '10', // /** 每页显示记录数 */
|
|
|
+ pageSize: '20', // /** 每页显示记录数 */
|
|
|
},
|
|
|
tableData: [],
|
|
|
}
|
|
@@ -173,7 +173,7 @@ export default {
|
|
|
openResult: openResult,
|
|
|
riskClassification: riskClassification,
|
|
|
pageNum: '1',
|
|
|
- pageSize: '10',
|
|
|
+ pageSize: '20',
|
|
|
}
|
|
|
this.getData()
|
|
|
},
|