chenjun 2 жил өмнө
parent
commit
2ba3627de7

+ 1 - 0
src/views/system/securityCheck/components/securityCheckTableWaybill.vue

@@ -164,6 +164,7 @@ export default {
         font-size: 14px;
         font-family: Helvetica, 'Microsoft YaHei';
         color: #101116;
+        padding: 13px 8px;
         &.cell-click {
           color: #2d67e3;
           cursor: pointer;

+ 4 - 4
src/views/system/securityCheck/views/waybillTable.vue

@@ -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()
   },