设备名称

This commit is contained in:
sjl
2025-01-14 10:03:44 +08:00
parent 9039ed4bdc
commit 69de6dd7a3
3 changed files with 9 additions and 5 deletions

View File

@@ -73,10 +73,11 @@ const columns = reactive<ColumnProps<Device.ResPqDev>[]>([
{
prop: 'name',
label: '名称',
isShow: appSceneStore.currentScene != '1',
...(appSceneStore.currentScene != '1' ? {
search: { el: 'input' },
} : {}),
search: { el: 'input' },
// isShow: appSceneStore.currentScene != '1',
// ...(appSceneStore.currentScene != '1' ? {
// search: { el: 'input' },
// } : {}),
minWidth: 200,
},
{