修改案卷文书制作等页面
This commit is contained in:
parent
6bbc0061b3
commit
9f96645131
|
|
@ -70,6 +70,7 @@ const sidebarWidth = computed(() => {
|
|||
const toggleCollapse = () => {
|
||||
isCollapsed.value = !isCollapsed.value
|
||||
}
|
||||
|
||||
const exporting = ref(false)
|
||||
const mergePDFs = async () => {
|
||||
try{
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@
|
|||
</el-row>
|
||||
</el-form>
|
||||
</template>
|
||||
|
||||
<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="documentCount" min-width="60"/>
|
||||
|
|
|
|||
|
|
@ -661,7 +661,6 @@ public class Case extends BaseModel {
|
|||
@Comment("是否处罚")
|
||||
@Column(name = "is_punishment", length = 2)
|
||||
private String isPunishment;
|
||||
|
||||
/**
|
||||
* 案件补充
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue