This commit is contained in:
parent
f3b433d8a1
commit
09480081ca
|
@ -536,7 +536,7 @@ export default class acclist extends React.Component{
|
|||
if(com == "restrict")
|
||||
{
|
||||
|
||||
return <Input placeholder="请输入数量" type="phone" value={rowData.restrict} onChange={(e)=>{this.onRestrict(e,rowData)}} />
|
||||
return <input placeholder="请输入数量" value={rowData.restrict} onChange={(e)=>{this.onRestrict(e,rowData)}} />
|
||||
}
|
||||
}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue