| | |
| | | <div style="width: 100%;height: 100%;"> |
| | | <div> |
| | | <el-row class="title"> |
| | | <el-col :span="12" style="padding-left: 20px;">标准物质清单</el-col> |
| | | <el-col :span="12" style="padding-left: 20px;text-align: left;">标准物质清单</el-col> |
| | | <el-col :span="12" style="text-align: right;"> |
| | | <el-button size="medium" type="primary" @click="$refs['ValueTable'].openAddDia('新增接口')" v-if="addPower">新 增</el-button> |
| | | <el-button size="medium" @click="$refs['ValueTable'].openDownDia()">导 出</el-button> |
| | |
| | | tagField: [], |
| | | selectField: [], |
| | | requiredAdd: ['model','sample',], |
| | | requiredUp: [] |
| | | requiredUp: [], |
| | | needSort: ['sample'], |
| | | }, |
| | | entityCopy: {}, |
| | | upIndex: 0, |