This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhaoy
/
BPA.SAAS.Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
w
master
zhaoy
8 months ago
parent
962b28a9a9
commit
19e70f61df
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
)
if (!record.isDefault) {
arr.push(
<Popconfirm
type="primary"
@@ -157,7 +158,7 @@ const bomtechnology = (props) => {
>
<a href="#">删除</a>
</Popconfirm>);
}
return arr;
}
const columns = [
Write
Preview
Loading…
Cancel
Save