| | |
| | | <!-- sldsValidatorIgnore --> |
| | | <!-- sldsValidatorIgnore --> |
| | | <template> |
| | | <c-common-toast></c-common-toast> |
| | | <template if:true={isShowSpinner}> |
| | | <lightning-spinner alternative-text="Loading" size="large"></lightning-spinner> |
| | | <lightning-spinner size="medium" variant="brand"></lightning-spinner> |
| | | </template> |
| | | |
| | | <c-common-toast></c-common-toast> |
| | | <template if:false={isShowAccountInfo}> |
| | | <div class="outerBorderCss"> |
| | | <div style="padding: 5px"> |
| | |
| | | </div> |
| | | <div style="padding: 7px"> |
| | | <!-- <lightning-datatable key-field="id" data={topAccountData} columns={topColumns} hide-checkbox-column |
| | | class="wrapped-header-datatable"> |
| | | class="wrapped-header-datatable"> |
| | | </lightning-datatable> --> |
| | | |
| | | <c-lex-custom-lightning-datatable key-field="Id" data={topAccountData} columns={topColumns} |
| | |
| | | <lightning-datatable key-field="id" data={pageRecords} columns={columns} |
| | | hide-checkbox-column default-sort-direction={defaultSortDirection} |
| | | sorted-direction={sortDirection} sorted-by={sortedBy} onsort={onHandleSort} |
| | | class="wrapped-header-datatable"> |
| | | class="wrapped-header-datatable grayBackground"> |
| | | </lightning-datatable> |
| | | <c-paginator onprevious={handlePrevious} onnext={handleNext} |
| | | onpageschange={handlePageschange} onfirst={handleFirst} onlast={handleLast} |
| | |
| | | <lightning-layout-item size="1"> |
| | | </lightning-layout-item> |
| | | <lightning-layout-item size="4"> |
| | | <lightning-input type="text" label="OCSM分类(医院)" |
| | | <!-- <lightning-input type="text" label="OCSM分类(医院)" |
| | | value={accountDataInfo.oCMCategory} variant="label-inline" read-only style=" |
| | | border-bottom: 1px solid #dde4e9; |
| | | "></lightning-input> |
| | | "></lightning-input> --> |
| | | </lightning-layout-item> |
| | | <lightning-layout-item size="1"> |
| | | </lightning-layout-item> |
| | |
| | | </div> |
| | | </div> |
| | | </template> |
| | | |
| | | </template> |