Commit bfb94b63 by xue_wengang

Update brainXsdwysfx.vue

parent 13b6d6ce
......@@ -2,7 +2,6 @@
<div class="Content">
<right-content
:pageBs="pageBs"
:header="header"
:cxFormData="cxFormData"
:cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead"
......@@ -13,17 +12,17 @@
<template #btnGroup="scope">
<span
class="hbyp"
@click="goDetailWrap(scope.scope)"
@click="goDetailWrap(scope.scope.row)"
>线索分析</span
>
<span
class="hbyp"
@click="goDetailWrap(scope.scope)"
@click="goDetailWrap(scope.scope.row)"
>关联案件分析</span
>
<span
class="hbyp"
@click="goDetailWrap(scope.scope)"
@click="goDetailWrap(scope.scope.row)"
>关键人员分析</span
>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment