|
@@ -106,7 +106,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column align="left" label="提货总数量" prop="refundableQty" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
|
|
|
- <el-table-column align="left" label="工程编号" prop="enginOrderNo" min-width="140" show-overflow-tooltip>
|
|
|
+ <el-table-column align="left" label="工程订单号" prop="enginOrderNo" min-width="140" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<CopyButton :copyText="scope.row.enginOrderNo" />
|
|
|
<span>{{scope.row.enginOrderNo}}</span>
|
|
@@ -134,7 +134,7 @@
|
|
|
{{ scope.row.theTime | dateToDayFilter }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
-
|
|
|
+
|
|
|
<el-table-column align="left" label="备注" prop="remark" min-width="100" show-overflow-tooltip></el-table-column>
|
|
|
<el-table-column align="center" label="操作" width="100" fixed="right">
|
|
|
<template slot-scope="scope">
|