浏览代码

Merge branch 'master' into kitchenmanage

tmp
zhaoy 8 个月前
父节点
当前提交
fba0b15eaa
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      src/pages/device/productmanage/index.jsx

+ 2
- 1
src/pages/device/productmanage/index.jsx 查看文件

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


正在加载...
取消
保存