|
|
@@ -162,7 +162,7 @@
|
|
|
<text v-if="item.bigCount > 0" style="font-weight:bold;color:#3385ff;">{{ item.bigCount }}</text>
|
|
|
<text v-if="item.smallCount > 0"><text v-if="item.bigCount > 0">/</text>{{ item.smallCount }}</text>
|
|
|
</text>
|
|
|
- <i class="iconfont iconzeng" @click.stop="addEvents(item)"></i>
|
|
|
+ <i class="iconfont iconzeng" @click.stop="addAction(item)"></i>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -450,7 +450,7 @@ export default {
|
|
|
this.$msg('多颜色请在列表里修改')
|
|
|
}
|
|
|
},
|
|
|
- addEvents(item) {
|
|
|
+ addAction(item) {
|
|
|
if(item.variety == 0){
|
|
|
const ratio = Number(item.ratio);
|
|
|
if(this.offVerifyRepertory){
|