tangning 19 시간 전
부모
커밋
79fcb4eb32
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/view/case/records/index.vue

+ 2 - 2
src/view/case/records/index.vue

@@ -24,7 +24,7 @@
         > -->
       </div>
       <div class="headerRight flex" style="align-items: center">
-        <div
+        <!-- <div
           @click="handleShowAi"
           style="
             color: #26559b;
@@ -34,7 +34,7 @@
             margin-right: 20px;
           "
           >AI</div
-        >
+        > -->
         <el-icon title="下载" v-if="!isDisableExport" @click="handleExport" style="cursor: pointer; margin: 0 40px" size="24px"><Download /></el-icon>
         <el-button style="margin: 0px 10px  0px 0px" type="primary" @click="handleSave"
           >保存</el-button