修改放号人员标红设置

main
jinna 3 years ago
parent 477e14e680
commit a20804216f
  1. 2
      src/views/booklist/index.vue
  2. 2
      src/views/booknumber/index.vue

@ -592,7 +592,7 @@ export default {
<style lang="scss">
.el-drawer__wrapper {
.register_box {
width: 45% !important;
width: 800px !important;
// padding: 0 40px;
.title_box {

@ -12,7 +12,7 @@
<div v-for="item2 in row.detailList.map(item1 => item1.numberNum)" >{{item2}}</div>
</template>
<template slot-scope="{row}" slot="people">
<div :class="item1.apmNum == item1.numberNum ? 'cla' : ''" v-for="item1 in row.detailList" >{{item1.apmNum}}</div>
<div :class="item1.apmNum == item1.numberNum && item1.apmNum !== 0 ? 'cla' : ''" v-for="item1 in row.detailList" >{{item1.apmNum}}</div>
</template>
<template slot-scope="{row}"
slot="hosId">

Loading…
Cancel
Save