|
@@ -126,6 +126,7 @@
|
|
show-summary
|
|
show-summary
|
|
:summary-method="$getSummaries"
|
|
:summary-method="$getSummaries"
|
|
>
|
|
>
|
|
|
|
+ <!-- <el-table-column type="index" width="50" label="序号"> </el-table-column>-->
|
|
<el-table-column align="left" label="状态" prop="status" min-width="100" show-overflow-tooltip>
|
|
<el-table-column align="left" label="状态" prop="status" min-width="100" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{ scope.row.status | statusFilter }}
|
|
{{ scope.row.status | statusFilter }}
|
|
@@ -155,6 +156,14 @@
|
|
{{ scope.row.orderTime | dateToDayFilter }}
|
|
{{ scope.row.orderTime | dateToDayFilter }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column
|
|
|
|
+ align="left"
|
|
|
|
+ label="序号"
|
|
|
|
+ prop="frequency"
|
|
|
|
+ min-width="50"
|
|
|
|
+ show-overflow-tooltip
|
|
|
|
+ ></el-table-column>
|
|
|
|
+
|
|
<el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip>
|
|
<el-table-column align="left" label="物料编码" prop="materialCode" min-width="120" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<CopyButton :copyText="scope.row.materialCode" />
|
|
<CopyButton :copyText="scope.row.materialCode" />
|