案卷列表查询、文书制作、案卷表单查询详情扥页面

This commit is contained in:
yuyan02 2025-03-28 13:47:04 +08:00
parent 7a74d9f0d1
commit f678d39de1
5 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<template>
<div class="dashboard-container">
<div class="top-container">
<div class="tztg">

View File

@ -1,4 +1,5 @@
<template>
<browser :component-loading="componentLoading"
:api-config="apiConfig"
:table-config="tableConfig"

View File

@ -39,6 +39,7 @@
<div class="content">
<el-button @click="mergePDFs" type="danger">导出案卷</el-button>
</div>
</div>
</template>
<script setup>

View File

@ -13,6 +13,7 @@
<!-- <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

@ -37,6 +37,7 @@
</el-row>
</el-form>
</template>
<el-table-column prop="caseInfo.caseNum" label="案卷编号" min-width="200"/>
<el-table-column prop="caseInfo.caseName" label="案卷名称" min-width="350" show-overflow-tooltip/>
<el-table-column prop="documentInfo.documentName" label="文书名称" min-width="200"/>