| | |
| | | :class="`node_i ${data.children != undefined ? (data.code==='[1]'?'el-icon-folder-opened':'el-icon-folder') : 'el-icon-tickets'}`"></i> |
| | | {{ data.code }} {{ data.label }}</span> |
| | | </el-col> |
| | | <el-col :span="2" style="text-align: right;" v-if="delStandardTree"> |
| | | <el-col :span="2" style="text-align: right;" v-if="delStandardTree&&node.level==5"> |
| | | <el-button type="text" size="mini" @click.stop="remove(node, data)"> |
| | | <i class="el-icon-delete"></i> |
| | | </el-button> |
| | |
| | | }) |
| | | }, |
| | | async handleMore(){ |
| | | if(!this.standardId&&this.standardId!=0){ |
| | | if((!this.standardId&&this.standardId!=0)||this.standardList.length==0){ |
| | | return this.$message.error('请选择实验室、样品') |
| | | } |
| | | await this.getList() |