|
@@ -27,7 +27,7 @@
|
|
<HcTable
|
|
<HcTable
|
|
ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
|
|
ref="tableRef" :column="tableColumn" :datas="tableData" :loading="tableLoading"
|
|
is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
|
|
is-new :index-style="{ width: 60 }" is-check :check-style="{ width: 29 }"
|
|
- @selection-change="tableSelection"
|
|
|
|
|
|
+ is-reserve-selection @selection-change="tableSelection"
|
|
/>
|
|
/>
|
|
<template #action>
|
|
<template #action>
|
|
<HcPages :pages="searchForm" @change="pageChange" />
|
|
<HcPages :pages="searchForm" @change="pageChange" />
|