微调
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="device-list-container">
|
||||
<!-- :model-value="visible" -->
|
||||
<el-dropdown @command="handleCommand" >
|
||||
<div class="device-list-container" v-if="isShow">
|
||||
|
||||
<el-dropdown @command="handleCommand">
|
||||
<el-button link type='primary' class='table-operate'>
|
||||
<div class='table-operate-text'>更多...</div>
|
||||
</el-button>
|
||||
@@ -44,9 +44,11 @@ import type { ErrorSystem } from '@/api/error/interface'
|
||||
maxErrorValue: '',//最大误差
|
||||
})
|
||||
|
||||
// const props = defineProps<{
|
||||
// visible: boolean;
|
||||
// }>();
|
||||
|
||||
const props = defineProps<{
|
||||
isShow: boolean;
|
||||
}>();
|
||||
console.log(props.isShow,1111)
|
||||
const handleCommand = (command: string | number | object) => {
|
||||
detail_dialogTitle.value = command as string;
|
||||
detail_dialogFormVisible.value = true // 显示对话框
|
||||
|
||||
Reference in New Issue
Block a user