
//- 质检资料
.dataBox
.titleBox 质检资料:
.tableBox
el-table(:data="qualityInspectionData" border height="250px")
el-table-column(label="序号" type="index" align="center" width="80")
el-table-column(prop="number" label="编号" align="center" min-width="200")
el-table-column(prop="name" label="名称" align="center" min-width="350")
el-table-column(label="操作" align="center" width="100")
template(slot-scope="scope")
.operate
i.iconfont.icon-chakan(@click="lookForm(scope.row)")
.dataBox {
width: 100%;
display: flex;
.titleBox {
display: flex;
flex-direction: row-reverse;
width: 180px;
padding-right: 10px;
font-weight: 700;
font-size: 14px;
color:
letter-spacing: 0.5px;
line-height: 32px;
}
.tableBox {
width: calc(100% - 180px);
}
}
{
title: "开工申请:",
renderContent(h, item, form) {
return (
<el-button type="primary" size="small" onClick={() => vm.clickitemizedConstruction(1)}>选择开工申请表单</el-button>
);
},
},