|
@@ -37,10 +37,12 @@
|
|
style="width: 100%; margin-top: 20px"
|
|
style="width: 100%; margin-top: 20px"
|
|
>
|
|
>
|
|
<el-table-column prop="workOrderCode" label="工单编号" width="120" />
|
|
<el-table-column prop="workOrderCode" label="工单编号" width="120" />
|
|
- <el-table-column prop="state" label="State" width="120" />
|
|
|
|
- <el-table-column prop="city" label="City" width="120" />
|
|
|
|
- <el-table-column prop="zip" label="Zip" width="120" />
|
|
|
|
- <el-table-column fixed="right" label="Operations" min-width="120">
|
|
|
|
|
|
+ <el-table-column prop="workOrderCode" label="工单编码" width="120" />
|
|
|
|
+ <el-table-column prop="orderCode" label="订单编码" width="120" />
|
|
|
|
+ <el-table-column prop="materialCode" label="物料编号" width="120" />
|
|
|
|
+ <el-table-column prop="materialName" label="物料名称" width="120" />
|
|
|
|
+ <el-table-column prop="materialModel" label="物料型号" width="120" />
|
|
|
|
+ <el-table-column fixed="right" label="操作" min-width="120">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button
|
|
<el-button
|
|
link
|
|
link
|