Browse Source

ai站禁用类型

pull/116/head
pengda 1 week ago
parent
commit
6c4fb69459
  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