|
@@ -113,7 +113,7 @@
|
|
|
<span v-else>{{scope.row.jyAllCount}}</span>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column title="意见" field="yjAllCount" min-width="100">
|
|
|
+<!-- <vxe-column title="意见" field="yjAllCount" min-width="100">
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" link @click="linkDetail(scope, scope.row.jyAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
|
|
|
{{ scope.row.yjAllCount }}
|
|
@@ -136,7 +136,7 @@
|
|
|
</el-button>
|
|
|
<span v-else>{{scope.row.dqAllCount}}</span>
|
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
+ </vxe-column>-->
|
|
|
<vxe-column title="表扬" field="byAllCount" min-width="100">
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" link @click="linkDetail(scope, scope.row.byAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
|
|
@@ -145,14 +145,14 @@
|
|
|
<span v-else>{{scope.row.byAllCount}}</span>
|
|
|
</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column title="其他" field="qtAllCount" min-width="100">
|
|
|
+<!-- <vxe-column title="其他" field="qtAllCount" min-width="100">
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" link @click="linkDetail(scope, scope.row.qtAcceptanceTypeCode)" v-if="!['市直合计', '区县合计'].includes(scope.row.orgName)">
|
|
|
{{ scope.row.qtAllCount }}
|
|
|
</el-button>
|
|
|
<span v-else>{{scope.row.qtAllCount}}</span>
|
|
|
</template>
|
|
|
- </vxe-column>
|
|
|
+ </vxe-column>-->
|
|
|
<vxe-column title="小计" field="allCount" min-width="100"> </vxe-column>
|
|
|
</vxe-table>
|
|
|
</div>
|