qushaowei
2024-01-11 240c74ffb2b98faddf76648116ca9eeb61ee2cde
src/views/eam/EquipmentCalibrationOrder.vue
@@ -15,10 +15,10 @@
            :sm='8'
          >
            <a-form-item label='工单编码'>
              <a-input
              <j-input
                placeholder='请输入工单编码'
                v-model='queryParam.num'
              ></a-input>
              ></j-input>
            </a-form-item>
          </a-col>
          <!-- <a-col
@@ -315,8 +315,8 @@
      description: '技术状态鉴定管理',
      ipagination: {
        current: 1,
        pageSize: 5,
        pageSizeOptions: ['5', '10', '50'],
        pageSize: 20,
        pageSizeOptions: ['5', '10', '20', '50'],
        showTotal: (total, range) => {
          return range[0] + '-' + range[1] + ' 共' + total + '条'
        },