修改案卷文书制作等页面

This commit is contained in:
heli02 2025-03-28 13:58:08 +08:00
parent 6bbc0061b3
commit 9f96645131
3 changed files with 2 additions and 1 deletions

View File

@ -70,6 +70,7 @@ const sidebarWidth = computed(() => {
const toggleCollapse = () => { const toggleCollapse = () => {
isCollapsed.value = !isCollapsed.value isCollapsed.value = !isCollapsed.value
} }
const exporting = ref(false) const exporting = ref(false)
const mergePDFs = async () => { const mergePDFs = async () => {
try{ try{

View File

@ -42,6 +42,7 @@
</el-row> </el-row>
</el-form> </el-form>
</template> </template>
<el-table-column label="案件号" prop="caseNum" min-width="200"></el-table-column> <el-table-column label="案件号" prop="caseNum" min-width="200"></el-table-column>
<el-table-column label="案件名称" prop="caseName" min-width="480"></el-table-column> <el-table-column label="案件名称" prop="caseName" min-width="480"></el-table-column>
<el-table-column label="文书数" prop="documentCount" min-width="60"/> <el-table-column label="文书数" prop="documentCount" min-width="60"/>

View File

@ -661,7 +661,6 @@ public class Case extends BaseModel {
@Comment("是否处罚") @Comment("是否处罚")
@Column(name = "is_punishment", length = 2) @Column(name = "is_punishment", length = 2)
private String isPunishment; private String isPunishment;
/** /**
* 案件补充 * 案件补充
*/ */