update
This commit is contained in:
@@ -107,6 +107,7 @@
|
||||
<!-- TODO 暂时开放以下表头搜索 -->
|
||||
<template
|
||||
v-if="
|
||||
[1, 3].includes(item.type) &&
|
||||
[
|
||||
'SIMULATION_TASK_ANALYSIS',
|
||||
'SIMULATION_RUN_ANALYSIS',
|
||||
|
||||
@@ -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; // 树形节点
|
||||
|
||||
Reference in New Issue
Block a user