123
dcc
2024-06-28 25b2ba1cf86bc3439e7ad2acf2cd4a9ea7e4b0ed
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;
  }