src/components/perpetual-entrust-list/index.vue
@@ -118,6 +118,7 @@ this.$router.push({ path: "/entrustDetail?order_no=" + item.order_no }); // this.$emit('iszyzs', ) }, cancelSingle(order_no) {//撤销单个委托单 _recallOrder(order_no).then(() => { @@ -175,6 +176,7 @@ } .border-b-color { margin:0 20px; @include themify() { border-bottom: 1px solid themed("border_color") !important; }