案卷资料清单增加数据叫应,修改模块bug
This commit is contained in:
parent
81dc77ab52
commit
48f35be891
|
|
@ -830,17 +830,8 @@ const gotoPath = (path) => {
|
|||
|
||||
//5.行政执法案件进度一览表
|
||||
// 案件数据变量
|
||||
let xzzfDate = ref([])
|
||||
const documentInfo = ref({})
|
||||
const caseData = ref([])
|
||||
|
||||
function findAjjdData() {
|
||||
homePage.findAjjdlbData({createTime: xzzfDate.value}).then((res) => {
|
||||
if (res.success) {
|
||||
caseData.value = res.data
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 根据状态返回对应的单元格样式类
|
||||
|
|
|
|||
|
|
@ -48,10 +48,7 @@
|
|||
<el-table-column label="立案日期" prop="fillingDate" min-width="150"></el-table-column>
|
||||
<el-table-column label="承办人" prop="caseHandler" min-width="150"></el-table-column>
|
||||
<el-table-column label="结案日期" prop="caseClosingDate" min-width="150"></el-table-column>
|
||||
<template #tableControlColumn="{ data: r }">
|
||||
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">导出案卷</el-link>
|
||||
<!-- <el-link v-if="r.data.row.downUrl" type="primary" @click="downloadFile(r.data.row)" title="下载案卷">案卷制作</el-link>-->
|
||||
</template>
|
||||
|
||||
<template #dialogContent="{ dialogConfig: dialog }">
|
||||
<document-list :dialogConfig="dialog.data" :documents="dialog.documents"></document-list>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in New Issue