修改bug
This commit is contained in:
parent
de5203994d
commit
dd88875242
@ -63,7 +63,7 @@
|
|||||||
<!-- <el-table-column type="selection" width="55" ></el-table-column> -->
|
<!-- <el-table-column type="selection" width="55" ></el-table-column> -->
|
||||||
<el-table-column prop="pkgName" label="案件包名称" show-overflow-tooltip ></el-table-column>
|
<el-table-column prop="pkgName" label="案件包名称" show-overflow-tooltip ></el-table-column>
|
||||||
<el-table-column prop="caseNo" label="案件编号" width="280" show-overflow-tooltip ></el-table-column>
|
<el-table-column prop="caseNo" label="案件编号" width="280" show-overflow-tooltip ></el-table-column>
|
||||||
<el-table-column prop="documentType" label="文书类型" show-overflow-tooltip ></el-table-column>
|
<el-table-column prop="documentType.desc" label="文书类型" show-overflow-tooltip ></el-table-column>
|
||||||
<el-table-column prop="status" label="签章状态" show-overflow-tooltip>
|
<el-table-column prop="status" label="签章状态" show-overflow-tooltip>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<span>{{ scope.row.status.desc }}</span>
|
<span>{{ scope.row.status.desc }}</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user