zhang_12370
4 天以前 e986cee1c804ecdf6d03c080ce9a8bb187f724a4
src/views/basicInformation/index.vue
@@ -491,10 +491,10 @@
 * 煤质方案表格列配置
 */
const coalQualityMaintenanceColumns = ref([
  { prop: "plan", label: "方案名称", minWidth: 100 },
  { prop: "plan", label: "煤质方案", minWidth: 100 },
  {
    prop: "fieldIds",
    label: "字段名称",
    label: "煤质字段",
    minWidth: 200,
    showOverflowTooltip: true,
    slot: true,
@@ -505,15 +505,15 @@
      return cellValue || "--";
    },
  },
  { prop: "schemeDesc", label: "字段描述", minWidth: 100 },
  { prop: "schemeDesc", label: "煤质描述", minWidth: 100 },
]);
/**
 * 煤质字段表格列配置
 */
const coalMeiZhiZiDuanWeiHuColumns = ref([
  { prop: "fieldName", label: "字段名称", minWidth: 200 },
  { prop: "fieldDescription", label: "字段描述", minWidth: 200 },
  { prop: "fieldName", label: "煤质字段", minWidth: 200 },
  { prop: "fieldDescription", label: "煤质描述", minWidth: 200 },
]);
// ===== 事件处理函数 =====