qushaowei
2025-05-30 25fee48ceca7a54bc6008eb2e2fb6d8ea801a50e
src/views/eam/QuanlityConfirmList.vue
@@ -1,6 +1,6 @@
<template>
  <a-card
    title="产品质量隐患确认"
    title=""
    :bordered="false"
  >
    <!-- 查询区域 -->
@@ -205,7 +205,7 @@
  data() {
    return {
      description: '产品质量隐患确认管理页面',
      // 表头
      disableMixinCreated: true,
      columns: [
        {
          title: '#',
@@ -297,7 +297,7 @@
        {
          title: '产品损失情况',
          align: "center",
          dataIndex: 'condition',
          dataIndex: 'condition_dictText',
          width: 100
        },
        {
@@ -328,7 +328,11 @@
    }
  },
  created() {
    this.getSuperFieldList();
    if (this.$route.query) {
      this.queryParam.id = this.$route.query.id;
    }
    this.loadData()
    this.initDictConfig();
  },
  computed: {
    importExcelUrl: function () {