|
@@ -68,9 +68,9 @@
|
|
|
<el-table-column label="操作" width="400">
|
|
<el-table-column label="操作" width="400">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '生成')"
|
|
<el-button type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '生成')"
|
|
|
- size="mini">生成AI分析</el-button>
|
|
|
|
|
|
|
+ size="mini">{{scope.row.depName=='国交部'?'团组数据':'生成AI分析'}}</el-button>
|
|
|
<el-button v-if="scope.row.depName=='国交部'" type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '任务情况')"
|
|
<el-button v-if="scope.row.depName=='国交部'" type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '任务情况')"
|
|
|
- size="mini">任务情况</el-button>
|
|
|
|
|
|
|
+ size="mini">本月数据</el-button>
|
|
|
<el-button v-if="scope.row.hasPerformanceData" type="success"
|
|
<el-button v-if="scope.row.hasPerformanceData" type="success"
|
|
|
@click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')" size="mini">查看分析</el-button>
|
|
@click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')" size="mini">查看分析</el-button>
|
|
|
<el-button v-else type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')"
|
|
<el-button v-else type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')"
|