Browse Source

2026-07-07

RoHS优化,主信息列顺序调整
master
fengyuan_yang 3 weeks ago
parent
commit
947884c1d9
  1. 1
      src/views/modules/rohs/rohsRecord.vue

1
src/views/modules/rohs/rohsRecord.vue

@ -88,6 +88,7 @@
<el-table-column prop="endCustomerName" header-align="center" align="left" label="最终客户名称" width="150"></el-table-column> <el-table-column prop="endCustomerName" header-align="center" align="left" label="最终客户名称" width="150"></el-table-column>
<el-table-column prop="projectId" header-align="center" align="left" label="项目编码" width="100"></el-table-column> <el-table-column prop="projectId" header-align="center" align="left" label="项目编码" width="100"></el-table-column>
<el-table-column prop="projectName" header-align="center" align="left" label="项目名称" width="150"></el-table-column> <el-table-column prop="projectName" header-align="center" align="left" label="项目名称" width="150"></el-table-column>
<el-table-column prop="materialDesc" header-align="center" align="left" label="材料描述" width="180" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="mainIfsPartNo" header-align="center" align="left" label="IFS物料编码" width="120"> <el-table-column prop="mainIfsPartNo" header-align="center" align="left" label="IFS物料编码" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}</span> <span>{{ scope.row.mainIfsPartNo || scope.row.ifsPartNo || '' }}</span>

Loading…
Cancel
Save