|
|
|
@ -53,14 +53,14 @@ |
|
|
|
style="width: 100%; margin-top: 8px" |
|
|
|
> |
|
|
|
<!-- <el-table-column type="selection" width="45" />--> |
|
|
|
<el-table-column prop="projectNo" label="项目编码" width="100" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="projectNo" label="项目编码" width="90" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="projectDesc" label="项目描述" width="120" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="testPartNo" label="项目物料" width="100" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="testPartNo" label="项目物料" width="90" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="partDesc" label="物料描述" :fixed="'left'" width="150" show-overflow-tooltip /> |
|
|
|
<!-- <el-table-column prop="customerNo" label="客户编码" width="110" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="customerDesc" label="客户名称" width="130" show-overflow-tooltip />--> |
|
|
|
<el-table-column prop="proofingNo" label="打样单号" width="100" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="proofingStatus" label="打样状态" width="80"> |
|
|
|
<el-table-column prop="proofingNo" label="打样单号" width="90" show-overflow-tooltip /> |
|
|
|
<el-table-column prop="proofingStatus" label="打样状态" width="60"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<a :style="{color: (scope.row.proofingStatus === '打样完成' || scope.row.proofingStatus === '打样结束') ? '#67c23a' : '#e6a23c'}"> |
|
|
|
{{ scope.row.proofingStatus || '进行中' }}</a> |
|
|
|
|