微调
This commit is contained in:
@@ -59,9 +59,9 @@
|
|||||||
<el-button type="primary" :icon="Search" @click="handleSearch"
|
<el-button type="primary" :icon="Search" @click="handleSearch"
|
||||||
>查询</el-button
|
>查询</el-button
|
||||||
>
|
>
|
||||||
<!-- <el-button :icon="Delete" @click="handleRefresh"
|
<el-button :icon="Delete" @click="handleRefresh"
|
||||||
>重置</el-button
|
>重置</el-button
|
||||||
> -->
|
>
|
||||||
<!-- :disabled='!scope.isSelected' -->
|
<!-- :disabled='!scope.isSelected' -->
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|||||||
@@ -288,8 +288,10 @@ const getPieData = async (id: string) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(parentNodeName.value === '检测中'){
|
if(parentNodeName.value === '检测完成'){
|
||||||
|
handleCheckFunction(5)
|
||||||
|
}else{
|
||||||
|
handleCheckFunction(0)
|
||||||
}
|
}
|
||||||
|
|
||||||
select_Plan.value = plan
|
select_Plan.value = plan
|
||||||
|
|||||||
@@ -377,7 +377,6 @@ const rules = computed(() => {
|
|||||||
|
|
||||||
// 打开弹窗,可能是新增,也可能是编辑
|
// 打开弹窗,可能是新增,也可能是编辑
|
||||||
const open = async (sign: string, data: Device.ResPqDev,currentMode: string,currentScene: string,devType:Device.ResDev[] ) => {
|
const open = async (sign: string, data: Device.ResPqDev,currentMode: string,currentScene: string,devType:Device.ResDev[] ) => {
|
||||||
console.log('打开弹窗', dictStore.getDictData('app_scene'))
|
|
||||||
devTypeOptions.value = devType
|
devTypeOptions.value = devType
|
||||||
mode.value = currentMode
|
mode.value = currentMode
|
||||||
scene.value = currentScene
|
scene.value = currentScene
|
||||||
|
|||||||
@@ -86,6 +86,7 @@ const columns = reactive<ColumnProps<Dict.ResDictData>[]>([
|
|||||||
prop: 'level',
|
prop: 'level',
|
||||||
label: '事件等级',
|
label: '事件等级',
|
||||||
minWidth: 180,
|
minWidth: 180,
|
||||||
|
isShow:false,
|
||||||
render: scope => {
|
render: scope => {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user