Commit c1c7c8e8 by zhaochengxiang

bug fix

parent 68b7a39b
......@@ -14,7 +14,8 @@ import { ElementItem, MultipleItem } from '../AssetManage/Component/AssetAction'
import { AssetDictionaryItem } from './add-to-asset'
const pathElement = {
name: '资产目录'
name: '资产目录',
supportBatchEdit: '是',
}
const FC = (props) => {
......@@ -286,7 +287,7 @@ export const EditAssets = React.forwardRef(function ({ action, type, ids, elemen
loadingTreeData,
treeData,
})
if (action === 'edit') {
if (action === 'edit' && element.supportBatchEdit==='是') {
col = {
...col,
...getColumnBatchEditProps(element, element.name)
......
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