Răsfoiți Sursa

修改进度

yangg 7 luni în urmă
părinte
comite
e93c13ddc9

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/index.html


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/css/chunk-28d1619e.ad6ee7ef.css


+ 0 - 1
dist/static/css/chunk-6c81d65e.7487f033.css

@@ -1 +0,0 @@
-.project-search[data-v-de6f7f10]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;font-size:12px}.listClass[data-v-de6f7f10]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.excel-table[data-v-de6f7f10]{width:100%;overflow-y:auto}.excel-table table[data-v-de6f7f10]{border-collapse:collapse;width:100%;margin-bottom:20px}.excel-table td[data-v-de6f7f10],.excel-table th[data-v-de6f7f10]{border:1px solid #ddd;padding:8px;text-align:left;white-space:nowrap}.excel-table th[data-v-de6f7f10]{background-color:#f2f2f2;font-weight:700;position:sticky;top:0;z-index:1}.excel-table tr[data-v-de6f7f10]:nth-child(2n){background-color:#f9f9f9}.no-data[data-v-de6f7f10]{font-size:18px;color:#909399;text-align:center;margin-top:50px}.pagination[data-v-de6f7f10]{position:fixed;bottom:0;right:51%}.movable-dialog[data-v-de6f7f10]{position:absolute!important}[data-v-de6f7f10] .el-dialog__header{cursor:move}.loading-more[data-v-de6f7f10]{text-align:center;padding:10px 0;color:#909399}

+ 1 - 0
dist/static/css/chunk-c4d1e38a.a3565f7b.css

@@ -0,0 +1 @@
+.project-search[data-v-9ff3c1da]{display:-webkit-box;display:-ms-flexbox;display:flex;padding:10px;font-size:12px}.listClass[data-v-9ff3c1da]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.excel-table[data-v-9ff3c1da]{width:100%;overflow-y:auto}.excel-table table[data-v-9ff3c1da]{border-collapse:collapse;width:100%;margin-bottom:20px}.excel-table td[data-v-9ff3c1da],.excel-table th[data-v-9ff3c1da]{border:1px solid #ddd;padding:8px;text-align:left;white-space:nowrap}.excel-table th[data-v-9ff3c1da]{background-color:#f2f2f2;font-weight:700;position:sticky;top:0;z-index:1}.excel-table tr[data-v-9ff3c1da]:nth-child(2n){background-color:#f9f9f9}.no-data[data-v-9ff3c1da]{font-size:18px;color:#909399;text-align:center;margin-top:50px}.pagination[data-v-9ff3c1da]{position:fixed;bottom:0;right:51%}.movable-dialog[data-v-9ff3c1da]{position:absolute!important}[data-v-9ff3c1da] .el-dialog__header{cursor:move}.loading-more[data-v-9ff3c1da]{text-align:center;padding:10px 0;color:#909399}

Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/js/app.56a3c596.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/js/chunk-28d1619e.f4c4b5f4.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/js/chunk-6c81d65e.a7d8189e.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/js/chunk-c4d1e38a.882b57d3.js


Fișier diff suprimat deoarece este prea mare
+ 0 - 0
dist/static/js/chunk-e0a8cdc0.dc035f64.js


+ 5 - 3
src/views/knowledgeMenu/category/infoList.vue

@@ -25,12 +25,14 @@
             padding: 10px 10px 10px 0;
             cursor: pointer;
           "
-        /> -->
+        />   v-html="item.content"-->
         <div
           style="margin-bottom: 20px"
-          v-html="item.content"
           @click="scrollToPage(item.page_number, item.coordinate)"
-        ></div>
+        >
+          <span v-if="item.SubType !== 'table'">{{ item.content }}</span>
+          <img v-else :src="item.url" alt="" />
+        </div>
       </div>
       <el-dialog
         :visible.sync="imagePreviewVisible"

+ 1 - 0
src/views/knowledgeMenu/category/knowledgeSet.vue

@@ -1141,6 +1141,7 @@ export default {
       analysisPro(analysisConfig)
         .then((res) => {
           if (res.status === 200) {
+            this.$set(row, "progress", 0);
             // Start checking the status immediately after successful API call
             setTimeout(() => {
               this.startAnalysisStatusChecker(row);

Unele fișiere nu au fost afișate deoarece prea multe fișiere au fost modificate în acest diff