|
|
@ -21,9 +21,9 @@ |
|
|
|
<el-table-column prop="categoryType" align="center" label="门类级别" width="140"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<!-- 未入 / 待入 --> |
|
|
|
<span v-if="scope.row.categoryType==='5'" class="clear" style="width:56px">文件级</span> |
|
|
|
<span v-if="scope.row.categoryType==='4'" class="clear" style="width:56px">卷内级</span> |
|
|
|
<span v-if="scope.row.categoryType==='3'" class="clear" style="width:56px">案卷级</span> |
|
|
|
<span v-if="scope.row.categoryType === 5" class="clear" style="width:56px">文件级</span> |
|
|
|
<span v-if="scope.row.categoryType === 4" class="clear" style="width:56px">卷内级</span> |
|
|
|
<span v-if="scope.row.categoryType === 3" class="clear" style="width:56px">案卷级</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="categoryName" align="center" label="门类名称" width="130" /> |
|
|
|