|
|
@@ -162,7 +162,7 @@ function A1add({ addInfo, addFu, closeFu }: Props) {
|
|
|
</div>
|
|
|
<div className='fromRowrr'>
|
|
|
<Cascader
|
|
|
- style={{ width: 658 }}
|
|
|
+ style={{ width: 1002 }}
|
|
|
disabled={addInfo.txt === '编辑'}
|
|
|
changeOnSelect
|
|
|
fieldNames={{ label: 'name', value: 'id', children: 'children' }}
|
|
|
@@ -181,8 +181,8 @@ function A1add({ addInfo, addFu, closeFu }: Props) {
|
|
|
getValueFromEvent={e => e.target.value.replace(/\s+/g, '')}
|
|
|
>
|
|
|
<Input
|
|
|
- disabled={acCardInfo.preset === '1'}
|
|
|
- maxLength={30}
|
|
|
+ disabled={acCardInfo.preset === '1' && addInfo.txt === '编辑'}
|
|
|
+ maxLength={10}
|
|
|
showCount
|
|
|
placeholder='请输入内容'
|
|
|
/>
|