瀏覽代碼

AI 放开

tangning 1 月之前
父節點
當前提交
74415b9807
共有 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;
@@ -33,7 +33,7 @@
             font-weight: bold;
           "
           >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