|
|
|
@ -12,7 +12,7 @@ |
|
|
|
<div v-for="item2 in row.detailList.map(item1 => item1.numberNum)" >{{item2}}</div> |
|
|
|
<div v-for="item2 in row.detailList.map(item1 => item1.numberNum)" >{{item2}}</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template slot-scope="{row}" slot="people"> |
|
|
|
<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> |
|
|
|
<template slot-scope="{row}" |
|
|
|
<template slot-scope="{row}" |
|
|
|
slot="hosId"> |
|
|
|
slot="hosId"> |
|
|
|
|