执法文书攻击、大屏bug修改
This commit is contained in:
parent
cf7b11b652
commit
09610a803c
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -108,8 +108,7 @@ public class BigScreenController {
|
|||
}
|
||||
|
||||
/**
|
||||
* 检查统计
|
||||
*
|
||||
* 检查统
|
||||
* @param
|
||||
* @return 检查统计
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ import org.springframework.web.bind.annotation.*;
|
|||
|
||||
import java.util.List;
|
||||
/**
|
||||
* 执法文书管理
|
||||
* 综合执法/执法文书管理
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping(Constants.API_PREFIX + "/lawenforcement/documents")
|
||||
|
|
|
|||
Loading…
Reference in New Issue