|
|
@@ -113,10 +113,10 @@
|
|
|
|
|
|
<!-- 尺码列表 -->
|
|
|
<template v-for="item in sizeDatas">
|
|
|
- <el-table-column align="center" :label=item :prop=item width="50"/>
|
|
|
+ <el-table-column align="center" :label=item :prop=item width="70"/>
|
|
|
</template>
|
|
|
<!-- <el-table-column align="left" label="制单数" prop="制单数" width="80"/> -->
|
|
|
- <el-table-column align="left" label="工序名称" prop="工序名称" width="150"/>
|
|
|
+ <el-table-column align="left" label="工序名称" prop="工序名称" width="80"/>
|
|
|
<el-table-column align="left" label="上报时间" prop="上报时间" width="150"/>
|
|
|
<el-table-column align="left" label="船样" prop="船样" width="50"/>
|
|
|
|