liuhj 1 тиждень тому
батько
коміт
1d20a91401

+ 2 - 2
src/components/Finance/ConferenceCost.vue

@@ -25,7 +25,7 @@
                         </el-option>
                     </el-select>
                 </div>
-                <div class="conferencecost-header-left-item">
+                <!-- <div class="conferencecost-header-left-item">
                     <label style="width:80px;">服务地区: </label>
                     <el-input size="small" placeholder="请输入内容" v-model="conferenceAffairsCost.city" clearable>
                     </el-input>
@@ -38,7 +38,7 @@
                             :value="item.id">
                         </el-option>
                     </el-select>
-                </div>
+                </div> -->
             </div>
             <div class="conferencecost-header-right">
                 <el-button v-if="control.isGM && userId != 21" size="small" type="primary"

+ 2 - 2
src/components/OP/performanceanalysis.vue

@@ -68,9 +68,9 @@
                 <el-table-column label="操作" width="400">
                     <template slot-scope="scope">
                         <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, '任务情况')"
-                            size="mini">任务情况</el-button>
+                            size="mini">本月数据</el-button>
                         <el-button v-if="scope.row.hasPerformanceData" type="success"
                             @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')" size="mini">查看分析</el-button>
                         <el-button v-else type="primary" @click="AiPerformanceAnalysis_GroupStatistics(scope.row, '查看')"