新版交易所前段管理后台
1
5 days ago b4dd0687c7285f3be32860adccfa523a62bfd4c6
src/views/modules/us-spots/us-pickAddr.vue
@@ -40,7 +40,7 @@
                   icon="el-icon-edit"
                   size="small"
                   v-if="scope.row.state !=='created'"
                   @click.stop="pickHandle(scope.row.orderNo)">场控</el-button>
                   @click.stop="pickHandle(scope.row.orderNo, scope.row.direction)">调整</el-button>
        
      </template>
    </avue-crud>
@@ -227,10 +227,10 @@
      return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
    },
        // 场控
        pickHandle(id) {
        pickHandle(id, direction) {
      this.pickUpdateVisible = true;
      this.$nextTick(() => {
        this.$refs.pickUpdate.init(id);
        this.$refs.pickUpdate.init(id, direction);
      });
    },
    // tab切换