完善检查档案与案件资料清单页面

This commit is contained in:
jiangzongtao 2025-03-28 14:03:28 +08:00
parent 5a079db81a
commit 520b283000
4 changed files with 1 additions and 3 deletions

View File

@ -608,6 +608,7 @@ const baseRoutes = [
title: '行政检查档案'
}
},
{
path: 'xzcfdagl',
name: '_xzcfdagl',

View File

@ -106,7 +106,6 @@ const mergePDFs = async () => {
exporting.value = false
}
</script>
<style lang="scss" scoped>
.container {

View File

@ -13,7 +13,6 @@
<!-- <el-input v-model="caseData.caseName" />-->
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item label="案由" prop="caseCause">
<!-- <el-input v-model="" />-->

View File

@ -168,7 +168,6 @@ function handleDetail(row) {
dialogConfig.value.title = '行政检查档案详情'
findOne(row)
}
function findOne(row) {
dialogConfig.value.loading = true
enforceChecks.findByEnforcementId(row.enforcementId).then(rs => {