|
@@ -131,7 +131,7 @@
|
|
</HcTooltip>
|
|
</HcTooltip>
|
|
</template>
|
|
</template>
|
|
</HcTable>
|
|
</HcTable>
|
|
- <HcPages :pages="insearchForm" @change="inpageChange"/>
|
|
|
|
|
|
+ <!-- <HcPages :pages="insearchForm" @change="inpageChange"/> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -376,6 +376,7 @@ const getTableData = async () => {
|
|
|
|
|
|
const innertableColumn = ref([])
|
|
const innertableColumn = ref([])
|
|
const intableData = ref([])
|
|
const intableData = ref([])
|
|
|
|
+
|
|
//设置表头
|
|
//设置表头
|
|
const setInnertableColumn = () => {
|
|
const setInnertableColumn = () => {
|
|
innertableColumn.value = [
|
|
innertableColumn.value = [
|