无人机管理后台前端(已迁走)
linwe
2024-10-12 a44e9bc42d7b047b613104ebacf1ef643bae9243
复制图标优化
1 files modified
5 ■■■■■ changed files
src/views/device/addDevice.vue 5 ●●●●● patch | view | raw | blame | history
src/views/device/addDevice.vue
@@ -7,8 +7,8 @@
            @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>
@@ -61,6 +61,7 @@
            },
            selectionList: [],
            option: {
                menuWidth: 300,
                lazy: true,
                tree: true,
                height: '460',