Browse Source

Merge branch 'master' of gitea.intra.yunpaper.com:zhangqi/kuailelunwen_new_houtai into zq-orderListTwo-0813

pull/114/head
zq 7 days ago
parent
commit
cb3625f19a
  1. 6
      src/views/agent/siteServiceList.vue

6
src/views/agent/siteServiceList.vue

@ -238,9 +238,9 @@ export default {
// specialBack
console.log(row);
// row
// if (row.price === '2.00') {
// return 'specialBack';
// }
if (row.disabled) {
return 'specialBack';
}
return '';
},
jumpAdd(prodid){

Loading…
Cancel
Save