| | |
| | | @refresh-change="refreshChange" @on-load="onLoad" @tree-load="treeLoad"> |
| | | |
| | | <template #menu="scope"> |
| | | <el-button type="primary" text icon="el-icon-plus" @click.stop="copyInfo(scope.row, scope.index)" |
| | | v-if="userInfo.role_name.includes('admin')">复制信息 |
| | | <el-button type="primary" text icon="el-icon-copy-document" @click.stop="copyInfo(scope.row, scope.index)" |
| | | v-if="userInfo.role_name.includes('admin')">复制 |
| | | </el-button> |
| | | </template> |
| | | </avue-crud> |
| | |
| | | }, |
| | | selectionList: [], |
| | | option: { |
| | | menuWidth: 300, |
| | | lazy: true, |
| | | tree: true, |
| | | height: '460', |