🦄 refactor: 封装统一表格组件,便于批量扩展表格能力
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
<!-- 入库明细表格 -->
|
||||
<el-form-item label="入库明细">
|
||||
<el-table
|
||||
<KLPTable
|
||||
:data="form.details"
|
||||
border
|
||||
style="width: 100%"
|
||||
@@ -108,7 +108,7 @@
|
||||
/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</KLPTable>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user