上一页 1 2 3 4 5 6 7 8 ··· 16 下一页
摘要: { dataIndex: 'subtypeDesc', width: '25%', title: '子分类说明', ellipsis: true, }, 阅读全文
posted @ 2020-08-25 11:45 lipu1993 阅读(121) 评论(0) 推荐(0)
摘要: <Col span={6}> 联动识别:{list ? (list.isLinkage == 1 ? '是' : '否'):"-"} </Col> 阅读全文
posted @ 2020-08-23 14:55 lipu1993 阅读(890) 评论(0) 推荐(0)
摘要: { dataIndex: 'ruleMatchState', title: '规则匹配结果', filters: RULE_STATUS.map(o=> { return { text: o.label, value: o.value }; }), onFilter: (value, record) 阅读全文
posted @ 2020-08-23 14:54 lipu1993 阅读(146) 评论(0) 推荐(0)
摘要: .tableBox { height: calc(100%); :global { .antd-pro-components-table-index-box{ padding: 0 16px; } } } 阅读全文
posted @ 2020-08-23 14:52 lipu1993 阅读(62) 评论(0) 推荐(0)
摘要: <div style={{border:'3px solid #CCC',padding:'80px 50px 10px 50px'}}> 阅读全文
posted @ 2020-08-23 14:51 lipu1993 阅读(120) 评论(0) 推荐(0)
摘要: let reValue = valuelist reValue = reValue.map(o => { return o.itemInstanceId == response.resultObject.itemInstanceId ? response.resultObject : o }) 阅读全文
posted @ 2020-08-23 14:50 lipu1993 阅读(160) 评论(0) 推荐(0)
摘要: scrollBot = () =>{ const bom = document.getElementsByClassName('ant-table-body')[1]//注意对应的table bom.scrollTop = bom.scrollHeight; bom.scrollIntoView() 阅读全文
posted @ 2020-08-23 14:49 lipu1993 阅读(97) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/ckAng/p/10502137.html 阅读全文
posted @ 2020-08-20 18:06 lipu1993 阅读(73) 评论(0) 推荐(0)
摘要: const valueList=List.filter((item)=> ids.includes(item.id)) if (valueList.every(obj => obj.state == 0)){ }else{ message.error('不行') } 阅读全文
posted @ 2020-08-15 10:51 lipu1993 阅读(151) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-09 19:16 lipu1993 阅读(169) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 16 下一页