| | |
| | | </template> |
| | | |
| | | <NSpin :show="loading" class="h-full" content-class="h-full"> |
| | | <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400"> |
| | | 请点击上方表格行查看明细 |
| | | </div> |
| | | <div v-if="!props.stdId && !props.stdCode" class="h-full flex-center text-gray-400">请点击上方表格行查看明细</div> |
| | | <NDataTable |
| | | v-else |
| | | v-model:checked-row-keys="checkedRowKeys" |
| | |
| | | :title="cardTitle" |
| | | :bordered="false" |
| | | size="small" |
| | | class="flex-col-stretch fullscreen-card" |
| | | class="fullscreen-card flex-col-stretch" |
| | | :content-style="{ flex: 1, overflow: 'hidden', display: 'flex', flexDirection: 'column' }" |
| | | > |
| | | <template #header-extra> |