优化调整执法文书管理功能

This commit is contained in:
hanqi 2025-08-29 20:14:51 +08:00
parent 94aaee97bc
commit cf7b11b652
2 changed files with 2 additions and 5 deletions

View File

@ -55,10 +55,7 @@
<el-progress :text-inside="true" v-if="row.documentProgress>=90" :stroke-width="20" <el-progress :text-inside="true" v-if="row.documentProgress>=90" :stroke-width="20"
:percentage="row.documentProgress" status="success"></el-progress> :percentage="row.documentProgress" status="success"></el-progress>
</template> </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 }"> <template #dialogContent="{ dialogConfig: dialog }">
<document-man :dialogConfig="dialog.data" :documents="dialog.documents"></document-man> <document-man :dialogConfig="dialog.data" :documents="dialog.documents"></document-man>
</template> </template>

View File

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