zenglf
2023-10-23 9676e09a8fa76483b27dd2f17dd7d9dbef8eac56
src/views/eam/EquipmentCalibrationOrder.vue
@@ -1,7 +1,7 @@
<template>
  <a-card
    :bordered="false"
    title="设备检定工单"
    title="技术状态鉴定管理"
  >
    <!-- 查询区域 -->
    <div class="table-page-search-wrapper">
@@ -95,7 +95,7 @@
        :customRow="clickThenSelect"
        :rowSelection="{selectedRowKeys: selectedRowKeys, onChange: onSelectChange, type:'radio'}"
      >
        <span
          slot="action"
          slot-scope="text, record"
@@ -251,7 +251,7 @@
  },
  data() {
    return {
      description: '设备检定工单',
      description: '技术状态鉴定管理',
      ipagination:{
          current: 1,
          pageSize: 5,