执法文书攻击、大屏bug修改

This commit is contained in:
hanqi 2025-09-05 16:16:25 +08:00
parent cf7b11b652
commit 09610a803c
3 changed files with 6 additions and 4 deletions

View File

@ -55,7 +55,10 @@
<el-progress :text-inside="true" v-if="row.documentProgress>=90" :stroke-width="20"
:percentage="row.documentProgress" status="success"></el-progress>
</template>
</el-table-column>
<template #tableControlColumn="{ data: r }">
<el-link type="primary" @click="handleDetail(r.data.row)" title="转交">文书管理</el-link>
</template>
<template #dialogContent="{ dialogConfig: dialog }">
<document-man :dialogConfig="dialog.data" :documents="dialog.documents"></document-man>
</template>

View File

@ -108,8 +108,7 @@ public class BigScreenController {
}
/**
* 检查统计
*
* 检查统
* @param
* @return 检查统计
*/

View File

@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
import java.util.List;
/**
* 执法文书管理
* 综合执法/执法文书管理
*/
@RestController
@RequestMapping(Constants.API_PREFIX + "/lawenforcement/documents")