获得徽章 0
- 哪位大佬用过jeecg-boot,里面封装的表格组件,如何控制新增按钮,让其只能添加一条数据,有一条数据之后禁用
<j-editable-table
:ref="refKeys[0]"
:loading="financeLoanDetailTable.loading"
:columns="financeLoanDetailTable.columns"
:dataSource="financeLoanDetailTable.dataSource"
:maxHeight="300"
:disabled="formDisabled"
:rowNumber="true"
:rowSelection="true"
:actionButton="true"
@click="added"
/>展开赞过31