Commit af888b94 authored by 左玲玲's avatar 左玲玲 😬

1606

parent 1da60b2f
...@@ -239,8 +239,9 @@ function getcolumns(setDrawer, ifs, formRef, isLease) { ...@@ -239,8 +239,9 @@ function getcolumns(setDrawer, ifs, formRef, isLease) {
}, },
], ],
hideInForm: isLease == 1 ? false : true, hideInForm: isLease == 1 ? false : true,
hideInTable: true, hideInTable: isLease == 1 ? false : true,
hideInDescriptions: isLease == 1 ? false : true hideInDescriptions: isLease == 1 ? false : true,
hideInSearch: isLease == 1 ? false : true
}, },
{ {
title: '所属客户', title: '所属客户',
...@@ -267,8 +268,9 @@ function getcolumns(setDrawer, ifs, formRef, isLease) { ...@@ -267,8 +268,9 @@ function getcolumns(setDrawer, ifs, formRef, isLease) {
reverse: [2], reverse: [2],
}, },
}, },
hideInTable: true, hideInTable: isLease == 1 ? false : true,
hideInDescriptions: isLease == 1 ? false : true hideInDescriptions: isLease == 1 ? false : true,
hideInSearch: isLease == 1 ? false : true
}, },
{ {
title: '角色名称', title: '角色名称',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment