| | |
| | | :model="formData" |
| | | :rules="dataRule" |
| | | ref="formDataDet" |
| | | @keyup.enter.native="formDataSubmitHandle()" |
| | | label-width="120px" |
| | | > |
| | | <el-table |
| | |
| | | align="center" |
| | | min-width="150" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <dict-select-tag |
| | | style="width: 100%" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.yl" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.md" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.hf" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.lf" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.cl1" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.hf1" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.cl2" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.hf2" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.cl3" |
| | | size="mini" |
| | |
| | | align="center" |
| | | min-width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-input-number |
| | | v-model="scope.row.hf3" |
| | | size="mini" |
| | |
| | | min-width="100" |
| | | align="center" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <template #default="scope"> |
| | | <el-button |
| | | @click.native.prevent=" |
| | | addExpressionRow(scope.$index, formData.itemList) |
| | | " |
| | | @click="addExpressionRow(scope.$index, formData.itemList)" |
| | | type="text" |
| | | size="small" |
| | | > |
| | | 添加 |
| | | </el-button> |
| | | <el-button |
| | | @click.native.prevent=" |
| | | deleteExpressionRow(scope.$index, formData.itemList) |
| | | " |
| | | @click="deleteExpressionRow(scope.$index, formData.itemList)" |
| | | type="text" |
| | | size="small" |
| | | > |