| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">仪器设备名称</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop="`measureLedgerList[` + scope.$index + `].deviceId`" |
| | | :rules="{ |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="测量范围" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].measuringRange` |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="计量周期" min-width="5%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <span |
| | | v-show=" |
| | | addFormDevice.measureLedgerList[scope.$index] |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="计量结果" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-model=" |
| | | addFormDevice.measureLedgerList[scope.$index] |
| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">计量日期</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].measureDate` |
| | |
| | | <template slot="header"> |
| | | <span class="requiredclass">计量有效期</span> |
| | | </template> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-form-item |
| | | :prop=" |
| | | `measureLedgerList[` + scope.$index + `].planDateList` |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="操作" min-width="10%"> |
| | | <template scope="scope"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | type="text" |
| | | size="mini" |