qushaowei
2023-08-30 fd019c06c025ff7871d77c679d2b61680daf0b4d
src/views/eam/EquipmentCalibrationOrder.vue
@@ -257,6 +257,18 @@
  data() {
    return {
      description: '设备检定工单',
      /* 分页参数 */
      ipagination: {
        current: 1,
        pageSize: 5,
        pageSizeOptions: ['5', '10', '50'],
        showTotal: (total, range) => {
          return range[0] + "-" + range[1] + " 共" + total + "条"
        },
        showQuickJumper: true,
        showSizeChanger: true,
        total: 0
      },
      // 表头
      columns: [
        {