qushaowei
2024-01-12 2b4abfa6fc83152b800a7696636fe682b7ec6cbf
src/views/eam/modules/dailyInspectionStandard/DailyInspectionStandardDetail.vue
@@ -104,11 +104,11 @@
            return parseInt(index) + 1;
          }
        },
        {
          title: '部位',
          align: "center",
          dataIndex: 'location',
        },
        // {
        //   title: '部位',
        //   align: "center",
        //   dataIndex: 'location',
        // },
        // {
        //   title: '示意图',
        //   align: "center",
@@ -122,7 +122,7 @@
        },
        {
          title: '检测标准',
          title: '完成数据/要求',
          align: "center",
          dataIndex: 'detectionStandard',
@@ -154,6 +154,18 @@
      url: {
        list: "/eam/inspectionStandardDetail/getInspectionStandardList",//数据来源mom_eam_daily_inspection_standard_detail
      },
      /* 分页参数 */
      ipagination: {
        current: 1,
        pageSize: 20,
        pageSizeOptions: ['5', '10', '20', '50'],
        showTotal: (total, range) => {
          return range[0] + '-' + range[1] + ' 共' + total + '条'
        },
        showQuickJumper: true,
        showSizeChanger: true,
        total: 0
      },
    }
  },
  created() {