|
@@ -90,7 +90,7 @@ const columns = ref<any[]>([
|
|
|
return (
|
|
|
<>
|
|
|
{scope.row.orgName !== '合计' ? (
|
|
|
- <el-button type="primary" link onClick={() => linkDetail(scope.row, '1')}>
|
|
|
+ <el-button type="primary" link onClick={() => linkDetail(scope.row, '2')}>
|
|
|
{scope.row.counterHandlerExtendedNum}
|
|
|
</el-button>
|
|
|
) : (
|
|
@@ -109,7 +109,7 @@ const columns = ref<any[]>([
|
|
|
return (
|
|
|
<>
|
|
|
{scope.row.orgName !== '合计' ? (
|
|
|
- <el-button type="primary" link onClick={() => linkDetail(scope.row, '1')}>
|
|
|
+ <el-button type="primary" link onClick={() => linkDetail(scope.row, '3')}>
|
|
|
{scope.row.noHandlerExtendedNum}
|
|
|
</el-button>
|
|
|
) : (
|
|
@@ -128,7 +128,7 @@ const columns = ref<any[]>([
|
|
|
return (
|
|
|
<>
|
|
|
{scope.row.orgName !== '合计' ? (
|
|
|
- <el-button type="primary" link onClick={() => linkDetail(scope.row, '1')}>
|
|
|
+ <el-button type="primary" link onClick={() => linkDetail(scope.row, '4')}>
|
|
|
{scope.row.counterNoHandlerExtendedNum}
|
|
|
</el-button>
|
|
|
) : (
|