<fix>[important]修改WMS任务界面表格单元格宽度

This commit is contained in:
葛林强 2024-07-26 08:44:38 +08:00
parent 7f521f97f6
commit 30e589a14d

View File

@ -17,9 +17,9 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="priority" label="优先级" width="70px" align="center" show-overflow-tooltip/> <el-table-column prop="priority" label="优先级" width="70px" align="center" show-overflow-tooltip/>
<el-table-column prop="origin" label="搬运起点" width="100px" align="center" show-overflow-tooltip/> <el-table-column prop="origin" label="搬运起点" width="120px" align="center" show-overflow-tooltip/>
<el-table-column prop="midPoint" label="中间点" width="100px" align="center" show-overflow-tooltip/> <el-table-column prop="midPoint" label="中间点" width="100px" align="center" show-overflow-tooltip/>
<el-table-column prop="destination" label="搬运终点" width="100px" align="center" show-overflow-tooltip/> <el-table-column prop="destination" label="搬运终点" width="120px" align="center" show-overflow-tooltip/>
<el-table-column prop="vehicleNo" label="载具号" width="120px" align="center" show-overflow-tooltip/> <el-table-column prop="vehicleNo" label="载具号" width="120px" align="center" show-overflow-tooltip/>
<el-table-column prop="vehicleSize" label="载具尺寸" width="100px" align="center" show-overflow-tooltip/> <el-table-column prop="vehicleSize" label="载具尺寸" width="100px" align="center" show-overflow-tooltip/>
<el-table-column prop="weight" label="总重量" width="100px" align="center" show-overflow-tooltip/> <el-table-column prop="weight" label="总重量" width="100px" align="center" show-overflow-tooltip/>