Update add.js

This commit is contained in:
姜棚 2022-01-24 09:43:28 +08:00
parent f34a0f8efc
commit 66bdcb75d3
1 changed files with 1 additions and 1 deletions

View File

@ -1128,7 +1128,7 @@ export default class acclist extends React.Component{
let model2 = this.state.model;
model2.quantity = e;
this.setState({model:model2})
}} value={this.state.model.quantity} placeholder={"请输入"} labelWidth={'0px'} maxLength={5} height={'36px'} width={'400px'} alignment={'left'}/>
}} value={this.state.model.quantity} disabled={this.state.model.style == 6} placeholder={"请输入"} labelWidth={'0px'} maxLength={5} height={'36px'} width={'400px'} alignment={'left'}/>
)
}