CD配唱片
2025-04-25 48a1f3a23b12b8c78cfaa77de9528c96ff57769f
src/views/mainPlan/abnormalProcessAnalysis/index.vue
@@ -40,7 +40,7 @@
const multiple = ref(true);
const total = ref(0);
const title = ref("");
const height = ref(document.documentElement.clientHeight - 270 + "px;")
const height = ref(document.documentElement.clientHeight - 180 + "px;")
const data = reactive({
  form: {},
@@ -58,9 +58,9 @@
const { queryParams, form, rules } = toRefs(data);
const columns = ref([
  { type: 'seq', title: '序号', width: 60 },
  { title: '工序名称',  field: 'processName',  width: 200},
  { title: '异常来源',  field: 'source',  width: 200},
  { title: '异常描述',  field: 'summary',  width: 200},
  { title: '工序名称',  field: 'processName'},
  { title: '异常来源',  field: 'source'},
  { title: '异常描述',  field: 'summary'},
  { title: '创建时间',  field: 'createTime',  width: 200},
])