| | |
| | | size="small"></el-input> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column align="center" label="检验标准" min-width="100" prop="standardMethodListId"> |
| | | <el-table-column align="center" label="检验标准" min-width="100" prop="standardMethodName"> |
| | | <template slot-scope="scope"> |
| | | <el-input v-model="scope.row.standardMethodListId" clearable disabled placeholder="不填写则系统自动生成" |
| | | <el-input v-model="scope.row.standardMethodName" clearable disabled placeholder="不填写则系统自动生成" |
| | | size="small"></el-input> |
| | | </template> |
| | | </el-table-column> |