2024-08-29 MES-首检/自检互检报表优化

yangwl
A0010407 3 weeks ago
parent 561c92dc67
commit f6bda76ab8

@ -22,11 +22,11 @@
<div>生产车间:黑蚊香车间</div>
<br />
</el-col>
<el-col :span="8">
<el-col :span="9">
<div>产品名称: {{ headerParameters.productName }}</div>
<br />
</el-col>
<el-col :span="7">
<el-col :span="6">
<div>检查人: {{ headerParameters.checkPeople }}</div>
<br />
</el-col>
@ -50,7 +50,7 @@
</div>
<br />
</el-col>
<el-col :span="8">
<el-col :span="9">
<div>
检查日期:
<el-date-picker
@ -63,7 +63,7 @@
</el-date-picker>
</div>
</el-col>
<el-col :span="7">
<el-col :span="6">
<el-button
type="primary"
icon="el-icon-search"

@ -409,7 +409,6 @@ export default {
}
this.tableTittleWidth = (1000 / (this.propertyNum)) + 'px';
console.log(this.tableTittleWidth);
});
},
},
@ -460,10 +459,6 @@ export default {
width: 1300px; /* 表格宽度 */
}
.bordered-table-tittle0 {
width: 300px; /* 表格高度 */
}
/* 下面是和打印有关系的 */
.tittle-text-print {
text-align: center;

Loading…
Cancel
Save