소스 검색

Merge branch 'master' into groupmealweb

groupmealweb
zhaoy 10 달 전
부모
커밋
8d89212fa1
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 = [


불러오는 중...
취소
저장