🆕 update
This commit is contained in:
parent
bda9f89bc7
commit
ba67533e9a
@ -79,7 +79,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import { ref, computed, getCurrentInstance, nextTick, defineExpose } from 'vue'
|
import { ref, computed, getCurrentInstance, nextTick } from 'vue'
|
||||||
import { Download, Upload } from '@element-plus/icons-vue'
|
import { Download, Upload } from '@element-plus/icons-vue'
|
||||||
|
|
||||||
const { proxy: { $message, $messageBox, $api, $router, $tools } } = getCurrentInstance()
|
const { proxy: { $message, $messageBox, $api, $router, $tools } } = getCurrentInstance()
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
{{ hiddenIp ? '显示IP' : '隐藏IP' }}
|
{{ hiddenIp ? '显示IP' : '隐藏IP' }}
|
||||||
</el-button> -->
|
</el-button> -->
|
||||||
<el-button type="primary" @click="importVisible = true">导入实例</el-button>
|
<el-button type="primary" @click="importVisible = true">导入实例</el-button>
|
||||||
<el-dropdown>
|
<el-dropdown trigger="click">
|
||||||
<el-button type="primary" class="group_action_btn">
|
<el-button type="primary" class="group_action_btn">
|
||||||
批量操作<el-icon class="el-icon--right"><arrow-down /></el-icon>
|
批量操作<el-icon class="el-icon--right"><arrow-down /></el-icon>
|
||||||
</el-button>
|
</el-button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user