Browse Source

出入库级别修改

master
z_yu 3 years ago
parent
commit
8cbaf01a95
  1. 6
      src/views/archivesManage/outInStorage/module/detailDialog.vue

6
src/views/archivesManage/outInStorage/module/detailDialog.vue

@ -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" />

Loading…
Cancel
Save