Explorar el Código

Merge branch 'master' into groupmealweb

groupmealweb
zhaoy hace 10 meses
padre
commit
8d89212fa1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/pages/device/productmanage/index.jsx

+ 2
- 1
src/pages/device/productmanage/index.jsx Ver fichero

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


Cargando…
Cancelar
Guardar