소스 검색

提交代码

Lijy 8 달 전
부모
커밋
db617c798a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/project/cost.vue

@@ -49,8 +49,8 @@
                 </el-col>
                 <el-col :span="2" style="display: flex;justify-content: flex-end;">
                     <el-button @click="exportTheCustomListFlg" size="small"
-                        :loading="theCustomListFlgBtnLoading">报表导11出</el-button>
-                    <el-button @click="showExportDialog" size="small">报表导出</el-button>
+                        :loading="theCustomListFlgBtnLoading" v-if="theCustomListFlg">报表导</el-button>
+                    <el-button @click="showExportDialog" size="small" v-else>报表导出</el-button>
                 </el-col>
             </el-row>
         </div>