优化
This commit is contained in:
@@ -183,6 +183,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="workorder_code" width="130" label="工令号" />
|
||||
<el-table-column prop="remark2" min-width="200" label="备注"/>
|
||||
<el-table-column prop="bucket_type" :formatter="bucket_typeFormat" min-width="80" label="桶类型" />
|
||||
<el-table-column prop="material_code" min-width="130" label="物料编码" />
|
||||
<el-table-column :formatter="seriesFormat" min-width="130" prop="product_series_id" label="系列" />
|
||||
|
||||
@@ -117,6 +117,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="workorder_code" width="130" label="工令号" />
|
||||
<el-table-column prop="remark2" min-width="200" label="备注"/>
|
||||
<el-table-column prop="bucket_type" :formatter="bucket_typeFormat" min-width="80" label="桶类型" />
|
||||
<el-table-column prop="material_code" min-width="130" label="物料编码"/>
|
||||
<el-table-column :formatter="seriesFormat" min-width="130" prop="product_series_id" label="系列" />
|
||||
|
||||
Reference in New Issue
Block a user