odc.xiaohui
2023-05-22 0782140a00e554ec7a1c724ecc1eb36726d994f8
src/views/workbench/Workbench.vue
@@ -76,6 +76,7 @@
        </el-col>
      </el-row>
    </el-card>
  </div>
</template>
@@ -143,10 +144,11 @@
      )
    },
    handleAudit(row) {
      console.log(row)
      window.open('/#/audit')
    },
    toGroup(groupId) {
      console.log(groupId)
      window.open('/#/group?id='+groupId)
    },
  }
}
@@ -235,4 +237,4 @@
    }
  }
}
</style>
</style>