禁用兑换码商品编辑

This commit is contained in:
姜棚 2022-01-10 17:56:27 +08:00
parent 814e04a2ea
commit 9b4a227387
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ import Filterbar from "../../../components/filterbar/main.js"
import {getCodeProductList,handelResponse,delCodeProduct} from "../../../assets/api.js" import {getCodeProductList,handelResponse,delCodeProduct} from "../../../assets/api.js"
import Productform from "../product/add" import Productform from "../product/add"
import _ from "lodash"; import _ from "lodash";
/* <span className="grid-link" onClick={(e)=>this.editinfo(e,rowData)}>编辑</span> */
const Column = [ const Column = [
{ {
title: '商品编号', title: '商品编号',
@ -291,7 +292,7 @@ export default class commoditylist extends React.Component{
if(com == "opearo") if(com == "opearo")
{ {
return <div> return <div>
<span className="grid-link" onClick={(e)=>this.editinfo(e,rowData)}>编辑</span>
<span className="grid-link" onClick={(e)=>this.deleteFn(e,rowData)}>删除</span> <span className="grid-link" onClick={(e)=>this.deleteFn(e,rowData)}>删除</span>
</div> </div>
} }