Selaa lähdekoodia

Merge branch 'master' into storemanagementweb

storemanagementweb
zhaoy 10 kuukautta sitten
vanhempi
commit
491f830bc7
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. +2
    -1
      src/pages/device/productmanage/index.jsx

+ 2
- 1
src/pages/device/productmanage/index.jsx Näytä tiedosto

@@ -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 = [


Ladataan…
Peruuta
Tallenna