Zhu Zhonghua
2025-04-19 312b57c8990c5090da1f9d3df663234ef602e970
调整列宽
已修改3个文件
34 ■■■■ 文件已修改
src/views/mainPlan/platePlan/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/plateProcessStat/index.vue 18 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/weldSeam/index.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlan/index.vue
@@ -374,7 +374,7 @@
  {
    title: '下道工序所属部门',
    field: 'nextProcessDeparment',
    width: 150,
    width: 180,
  },
  {
    title: '是否挂起',
@@ -526,7 +526,7 @@
  {
    title: '工作中心',
    field: 'workCenter',
    width: 100,
    width: 180,
  },
  {
    title: '所属部门',
@@ -561,7 +561,7 @@
  {
    title: '下道工序所属部门',
    field: 'nextProcessDeparment',
    width: 100,
    width: 160,
  },
  {
    title: '是否挂起',
@@ -606,7 +606,7 @@
  {
    title: '是否有折返工序',
    field: 'hasTurnback',
    width: 100,
    width: 120,
  },
  {
    title: '风险标识',
src/views/mainPlan/plateProcessStat/index.vue
@@ -140,50 +140,50 @@
  {
    title: '工序名称',
    field: 'processName',
    width: 250,
  },
  {
    title: '工序号',
    field: 'routeProcessNumberTxt',
    width: 150,
    width: 100,
  },
  {
    title: '当前工序号',
    field: 'currentProcessNumberTxt',
    width: 150,
    width: 100,
  },
  {
    title: '生产数量',
    field: 'productionQuantity',
    width: 100,
    width: 80,
  },
  {
    title: '标准工时',
    field: 'standardTime',
    width: 100,
    width: 80,
  },
  {
    title: '工序总工时',
    field: 'processTotalTime',
    width: 100,
    width: 80,
  },
  {
    title: '计划开工日',
    field: 'processPlanStartDaytxt',
    width: 200,
    width: 140,
    type:'html'
  },
  {
    title: '计划完工日',
    field: 'processPlanEndDaytxt',
    width: 200,
    width: 140,
    type:'html'
  },
  {
    title: '订单完工日',
    field: 'orderPlanEndDay',
    width: 200,
    width: 120,
    format: 'YYYY-MM-DD'
  }
]);
src/views/mainPlan/weldSeam/index.vue
@@ -224,7 +224,7 @@
  },
  {
    title: '生产基地',
    field: 'productionBase',
    field: 'productionBaseStr',
    width: 150, 
    fixed: 'left',
    type: 'html'
@@ -274,7 +274,7 @@
  },
  {
    title: '是否满足',
    field: 'isSatisfy',
    field: 'isSatisfyStr',
    width: 150,
    type: 'html'
  },
@@ -472,8 +472,8 @@
      data.push(item.productionDayWeldSeam);
      data.push(item.isSatisfy);
      item.productionBase = item.isSatisfy === '否' ? `<div class='el-badge'><sup class="el-badge__content is-fixed is-dot" style="right: 2px; top: 2px;"></sup>${item.productionBase}</div>` : item.productionBase
      item.isSatisfy = item.isSatisfy === '否' ? `<font color='red'>${item.isSatisfy}</font>` : item.isSatisfy
      item.productionBaseStr = item.isSatisfy === '否' ? `<div class='el-badge'><sup class="el-badge__content is-fixed is-dot" style="right: 2px; top: 2px;"></sup>${item.productionBase}</div>` : item.productionBase
      item.isSatisfyStr = item.isSatisfy === '否' ? `<font color='red'>${item.isSatisfy}</font>` : item.isSatisfy
      exportData.value.push(data);
    })
    dataList.value = responseData;