|
@@ -56,7 +56,7 @@
|
|
|
<el-table-column align="left" sortable label="订单编号" prop="订单编号" width="110" />
|
|
<el-table-column align="left" sortable label="订单编号" prop="订单编号" width="110" />
|
|
|
<el-table-column align="left" label="客户" prop="客户编号" width="80" />
|
|
<el-table-column align="left" label="客户" prop="客户编号" width="80" />
|
|
|
<el-table-column align="left" label="款号" prop="生产款号" width="110" />
|
|
<el-table-column align="left" label="款号" prop="生产款号" width="110" />
|
|
|
- <el-table-column align="left" label="款式" prop="款式" width="100"/>
|
|
|
|
|
|
|
+ <el-table-column align="left" label="款式" prop="款式" width="100"/>
|
|
|
<el-table-column align="left" label="数量" prop="订单数量" width="60" />
|
|
<el-table-column align="left" label="数量" prop="订单数量" width="60" />
|
|
|
<el-table-column align="left" label="状态" prop="gd_statu" width="65" >
|
|
<el-table-column align="left" label="状态" prop="gd_statu" width="65" >
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|