|
@@ -66,17 +66,19 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="workingTime"
|
|
|
- abel="单件工价">
|
|
|
+ label="单件工价"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
- abel="质检类型">
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="scope.row.checkType == 0">自检</span>
|
|
|
- <span v-if="scope.row.checkType==1">互检</span>
|
|
|
- <span v-if="scope.row.checkType == 2">专检</span>
|
|
|
- </template>
|
|
|
- <!-- -->
|
|
|
- </el-table-column>
|
|
|
+ label="质检类型"
|
|
|
+ width="180">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span v-if="scope.row.checkType == 0">自检</span>
|
|
|
+ <span v-if="scope.row.checkType==1">互检</span>
|
|
|
+ <span v-if="scope.row.checkType == 2">专检</span>
|
|
|
+ </template>
|
|
|
+ <!-- -->
|
|
|
+ </el-table-column>
|
|
|
</el-table>
|
|
|
|
|
|
</el-form-item>
|
|
@@ -110,23 +112,28 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="companyDrawingNo"
|
|
|
- label="公司图号">
|
|
|
+ label="公司图号"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="materialQuality"
|
|
|
- label="材质">
|
|
|
+ label="材质"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="thickness"
|
|
|
- label="厚度">
|
|
|
+ label="厚度"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="numberProduct"
|
|
|
- label="数量(个/产品)">
|
|
|
+ label="数量(个/产品)"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="numberVehicle"
|
|
|
- label="数量(个/辆)">
|
|
|
+ label="数量(个/辆)"
|
|
|
+ width="180">
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
|
|
@@ -243,14 +250,16 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="workingTime"
|
|
|
- label="单件工价">
|
|
|
+ label="单件工价"
|
|
|
+ width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="scope.row.workingTime" placeholder="请输入"></el-input>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
prop="checkType"
|
|
|
- label="质检类型">
|
|
|
+ label="质检类型"
|
|
|
+ width="180">
|
|
|
<template slot-scope="scope">
|
|
|
<el-input v-model="scope.row.checkType" placeholder="请输入"></el-input>
|
|
|
</template>
|
|
@@ -3212,6 +3221,9 @@ a {
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
+.demo-table-expand .el-form-item {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
.rg_span{
|
|
|
display: inline-block;
|
|
|
}
|