Browse Source

卷内-已入状态样式

master
xuhuajiao 2 years ago
parent
commit
942aff9c76
  1. 3
      src/views/archivesManage/archivesList/archivesJuannei/index.vue

3
src/views/archivesManage/archivesList/archivesJuannei/index.vue

@ -97,7 +97,8 @@
<el-table-column v-if="!recycleMain.isRecycle" label="入库" width="100" align="center" :fixed="fixedStatusBar ? false : 'right' ">
<template slot-scope="scope">
<!-- is_storage 为空的情况下即没装盒 / 0 未入 / 1 待入 / 2 已入 / 3 待出-->
<span class="row-state row-warehousing">{{ storageTxt[scope.$index] }}</span>
<!-- <span class="row-state row-warehousing">{{ storageTxt[scope.$index] }}</span> -->
<span :class="['row-state', 'row-warehousing', (storageTxt[scope.$index] === '已入' )? 'state-active' : '' ]">{{ storageTxt[scope.$index] }}</span>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save