fix:生产管理6、7、10车间任务编号和任务名称宽度放大
This commit is contained in:
parent
b5472e8c52
commit
0964b47bfc
|
@ -53,12 +53,14 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="任务编号"
|
label="任务编号"
|
||||||
prop="number"
|
prop="number"
|
||||||
width="120"
|
min-width="160"
|
||||||
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="产品名称"
|
label="产品名称"
|
||||||
prop="material_"
|
prop="material_"
|
||||||
|
min-width="150"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
|
@ -60,12 +60,14 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="任务编号"
|
label="任务编号"
|
||||||
prop="number"
|
prop="number"
|
||||||
width="120"
|
min-width="160"
|
||||||
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="产品名称"
|
label="产品名称"
|
||||||
prop="material_"
|
prop="material_"
|
||||||
|
min-width="150"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
|
@ -53,12 +53,14 @@
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="任务编号"
|
label="任务编号"
|
||||||
prop="number"
|
prop="number"
|
||||||
width="120"
|
min-width="160"
|
||||||
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
label="产品名称"
|
label="产品名称"
|
||||||
prop="material_"
|
prop="material_"
|
||||||
|
min-width="150"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
>
|
>
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|
Loading…
Reference in New Issue