Commit bfb94b63 by xue_wengang

Update brainXsdwysfx.vue

parent 13b6d6ce
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
<div class="Content"> <div class="Content">
<right-content <right-content
:pageBs="pageBs" :pageBs="pageBs"
:header="header"
:cxFormData="cxFormData" :cxFormData="cxFormData"
:cxQueryField="cxQueryField" :cxQueryField="cxQueryField"
:cxDefaultFormThead="cxDefaultFormThead" :cxDefaultFormThead="cxDefaultFormThead"
...@@ -13,17 +12,17 @@ ...@@ -13,17 +12,17 @@
<template #btnGroup="scope"> <template #btnGroup="scope">
<span <span
class="hbyp" class="hbyp"
@click="goDetailWrap(scope.scope)" @click="goDetailWrap(scope.scope.row)"
>线索分析</span >线索分析</span
> >
<span <span
class="hbyp" class="hbyp"
@click="goDetailWrap(scope.scope)" @click="goDetailWrap(scope.scope.row)"
>关联案件分析</span >关联案件分析</span
> >
<span <span
class="hbyp" class="hbyp"
@click="goDetailWrap(scope.scope)" @click="goDetailWrap(scope.scope.row)"
>关键人员分析</span >关键人员分析</span
> >
</template> </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