门店
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
</div>
|
||||
<!-- <div class="mini-title" v-if="negativeTypeList.length">二、负面清单</div> -->
|
||||
<div class="item" v-for="(item, index) in negativeTypeList" :key="index">
|
||||
<div class="label">({{positiveTypeList.length+1}})、{{item.listType}}</div>
|
||||
<div class="label">({{positiveTypeList.length+index+1}})、{{item.listType}}</div>
|
||||
<div class="value">
|
||||
<!-- <div class="radio" @click="negativeRadioClick(index, 1)">
|
||||
<img src="https://cdn.cunwuyun.cn/wechat/fd-store/evaluate-form-xz.png" alt="" v-if="item.status == 1">
|
||||
|
||||
Reference in New Issue
Block a user