Commit f44a8654 by zhaochengxiang

复核

parent 9106c8d8
......@@ -143,7 +143,7 @@ export const Basic = React.forwardRef(function ({ items, type }, ref) {
<Form.Item
name='status'
rules={[{ required: true, message: '请选择复核方式!' }]}
style={{ marginBottom: 5 }}
style={{ marginBottom: (type === 'single')?5:15 }}
>
<Radio.Group>
<Radio value="checked"> 验证通过 </Radio>
......
......@@ -970,7 +970,7 @@ const FC = (props) => {
</div>
</PermissionMenuItem>
<PermissionMenuItem
key='check'
key='check'
defaultPermission={checkAble}
disabled={(selectedRows??[]).length===0}
tip={(selectedRows??[]).length===0?'请先选择资源':''}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment