This commit is contained in:
2026-03-19 14:28:45 +08:00
parent 48c0ca5a3b
commit 7d4029e0b9
2 changed files with 2 additions and 1 deletions

View File

@@ -107,6 +107,7 @@
<!-- TODO 暂时开放以下表头搜索 -->
<template
v-if="
[1, 3].includes(item.type) &&
[
'SIMULATION_TASK_ANALYSIS',
'SIMULATION_RUN_ANALYSIS',

View File

@@ -6,7 +6,7 @@ export interface TableHead {
width?: number; // 宽度
minWidth?: number; // 最小宽度
isShow: boolean; // 是否显示
type: string; // origin:初始 add:新增
type: number; // 1默认 2扩展 3tag
inForm: boolean; // 是否同步到表单
required: boolean; // 是否必填
treeNode?: boolean; // 树形节点