fix : 修复首页点击费用分摊的查看跳转问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div v-loading="loading">
|
||||
<fvSearchForm :searchConfig="searchConfig" @search="search"></fvSearchForm>
|
||||
<fvTable ref="tableIns" :tableConfig="tableConfig" :data="detailList" style="width: 100%">
|
||||
<fvTable ref="tableIns" :tableConfig="tableConfig" :data="detailList.formData">
|
||||
<template #empty>
|
||||
<el-empty description="暂无数据"/>
|
||||
</template>
|
||||
@@ -108,8 +108,14 @@ const search = (val) => {
|
||||
tableConfig.params = {...val}
|
||||
tableIns.value.refresh()
|
||||
}
|
||||
watch(() => props.loading, (val) => {
|
||||
props.loading=val
|
||||
})
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
:deep(.el-table--fit ){
|
||||
width: 100%;
|
||||
height: 400px!important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user