装配质检查询

This commit is contained in:
Vergil
2020-03-24 14:55:54 +08:00
parent 14b96f1d06
commit d29693db3d

View File

@@ -40,7 +40,7 @@
</el-row> </el-row>
</el-card> </el-card>
<el-card> <el-card>
<el-table :data="tableData1" border size="mini" highlight-current-row stripe style="width: 100%" height="830px"> <el-table :data="tableData1" border size="mini" highlight-current-row stripe style="width: 100%" height="750px">
<el-table-column align="center" prop="是否合格" label="检验情况" width="80px"> <el-table-column align="center" prop="是否合格" label="检验情况" width="80px">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tag v-if="parseInt(scope.row.是否合格)===0||scope.row.是否合格===''" type="primary" size="small" @click="approvalPass(scope.row)">未检验</el-tag> <el-tag v-if="parseInt(scope.row.是否合格)===0||scope.row.是否合格===''" type="primary" size="small" @click="approvalPass(scope.row)">未检验</el-tag>
@@ -53,7 +53,7 @@
{{ scope.row.机床图号 }} {{ scope.row.机床图号 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="机床名称" prop="机床名称" align="center" width="260px"> <el-table-column label="机床名称" prop="机床名称" align="center" width="250px">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.机床名称 }} {{ scope.row.机床名称 }}
</template> </template>
@@ -73,7 +73,7 @@
{{ scope.row.检测项 }} {{ scope.row.检测项 }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="检测项明细" align="center" width="300px"> <el-table-column label="检测项明细" align="center" width="270px">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.检测项明细 }} {{ scope.row.检测项明细 }}
</template> </template>