zhaoy 10 months ago
parent
commit
19e70f61df
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/pages/device/productmanage/index.jsx

+ 2
- 1
src/pages/device/productmanage/index.jsx View File

@@ -142,6 +142,7 @@ const bomtechnology = (props) => {
更新 更新
</a> </a>
) )
if (!record.isDefault) {
arr.push( arr.push(
<Popconfirm <Popconfirm
type="primary" type="primary"
@@ -157,7 +158,7 @@ const bomtechnology = (props) => {
> >
<a href="#">删除</a> <a href="#">删除</a>
</Popconfirm>); </Popconfirm>);
}
return arr; return arr;
} }
const columns = [ const columns = [


Loading…
Cancel
Save