buli
2023-04-21 43fdbff49764d55c7b3a19a1d6e7d8aeb62072ef
force-app/main/default/lwc/lexConsumable/lexConsumable.html
@@ -225,7 +225,7 @@
                        <p style="font-size: 16px;"><strong>消耗品明细</strong></p>
                    </div>
                    <div style="padding:10px;">
                        <table style="width: 100%;" class="conTable">
                        <!-- <table style="width: 100%;" class="conTable">
                            <thead>
                                <tr style="border-bottom: 1px solid #D4D4D4;">
                                    <template if:true={editAble}>
@@ -310,7 +310,8 @@
                                    </tr>
                                </template>
                            </tbody>
                        </table>
                        </table> -->
                        <c-lex-custom-lightning-datatable hide-checkbox-column key-field="Id" data={consumableorderdetailsRecordForDT} columns={cols}></c-lex-custom-lightning-datatable>
                    </div>
                </div>
            </div>