|
@ -52,12 +52,6 @@ |
|
|
@select="handleCurrentChange" |
|
|
@select="handleCurrentChange" |
|
|
> |
|
|
> |
|
|
<el-table-column :selectable="checkboxT" type="selection" align="center" width="55" /> |
|
|
<el-table-column :selectable="checkboxT" type="selection" align="center" width="55" /> |
|
|
<el-table-column prop="doc_no" label="发文字号" show-overflow-tooltip width="140" align="center" /> |
|
|
|
|
|
<el-table-column prop="child" label="子条数目" align="center" width="100" /> |
|
|
|
|
|
<el-table-column prop="security_class" label="密级" align="center" min-width="100" /> |
|
|
|
|
|
<el-table-column prop="retention" label="保管期限" align="center" min-width="100" /> |
|
|
|
|
|
<el-table-column prop="archive_year" label="年度" align="center" min-width="100" /> |
|
|
|
|
|
<el-table-column prop="fonds_no" label="全宗号" align="center" min-width="180" /> |
|
|
|
|
|
<el-table-column prop="category_type" label="门类级别" align="center" min-width="100"> |
|
|
<el-table-column prop="category_type" label="门类级别" align="center" min-width="100"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<span v-if="scope.row.category_type === 5" style="width:56px">文件级</span> |
|
|
<span v-if="scope.row.category_type === 5" style="width:56px">文件级</span> |
|
@ -66,11 +60,18 @@ |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="category_name" label="门类名称" align="center" show-overflow-tooltip min-width="170" /> |
|
|
<el-table-column prop="category_name" label="门类名称" align="center" show-overflow-tooltip min-width="170" /> |
|
|
|
|
|
<el-table-column prop="child" label="子条数目" align="center" width="100" /> |
|
|
<el-table-column prop="archive_no" label="档号" align="center" show-overflow-tooltip min-width="220" /> |
|
|
<el-table-column prop="archive_no" label="档号" align="center" show-overflow-tooltip min-width="220" /> |
|
|
<el-table-column prop="maintitle" label="题名" show-overflow-tooltip align="center" min-width="240" /> |
|
|
<el-table-column prop="maintitle" label="题名" show-overflow-tooltip align="center" min-width="240" /> |
|
|
|
|
|
<el-table-column prop="doc_no" label="发文字号" show-overflow-tooltip width="140" align="center" /> |
|
|
<el-table-column prop="serial_no" label="序号" width="100" align="center" /> |
|
|
<el-table-column prop="serial_no" label="序号" width="100" align="center" /> |
|
|
|
|
|
<el-table-column prop="fonds_no" label="全宗号" align="center" min-width="180" /> |
|
|
|
|
|
<el-table-column prop="archive_year" label="年度" align="center" min-width="100" /> |
|
|
|
|
|
<el-table-column prop="security_class" label="密级" align="center" min-width="100" /> |
|
|
|
|
|
<el-table-column prop="retention" label="保管期限" align="center" min-width="100" /> |
|
|
<el-table-column prop="arrive_class" label="收发类别" width="140" align="center" /> |
|
|
<el-table-column prop="arrive_class" label="收发类别" width="140" align="center" /> |
|
|
<el-table-column prop="temp_no" label="临时卷号" show-overflow-tooltip width="140" align="center" /> |
|
|
<el-table-column prop="temp_no" label="临时卷号" show-overflow-tooltip width="140" align="center" /> |
|
|
|
|
|
<el-table-column prop="created_date" label="成文日期" align="center" min-width="180" /> |
|
|
<el-table-column prop="case_name" label="盒名称" show-overflow-tooltip align="center" min-width="200" /> |
|
|
<el-table-column prop="case_name" label="盒名称" show-overflow-tooltip align="center" min-width="200" /> |
|
|
<el-table-column prop="folder_location_details" label="所在位置" align="center" min-width="300"> |
|
|
<el-table-column prop="folder_location_details" label="所在位置" align="center" min-width="300"> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
@ -80,7 +81,6 @@ |
|
|
</span> |
|
|
</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="created_date" label="成文日期" align="center" min-width="180" /> |
|
|
|
|
|
<!-- 未绑 / 已绑 --> |
|
|
<!-- 未绑 / 已绑 --> |
|
|
<el-table-column label="标签" width="100" align="center" :fixed="fixedStatusBar ? false : 'right' "> |
|
|
<el-table-column label="标签" width="100" align="center" :fixed="fixedStatusBar ? false : 'right' "> |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|