使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhaoy
/
BPA.SAAS.Web
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Merge branch 'master' into kitchenmanage
tmp
zhaoy
8 个月前
父节点
9db2dc7c62
19e70f61df
当前提交
fba0b15eaa
共有
1 个文件被更改
,包括
2 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 = [
撰写
预览
正在加载...
取消
保存