Prechádzať zdrojové kódy

移除对源文件的预览

ximinghao 3 týždňov pred
rodič
commit
ec670e8e02
1 zmenil súbory, kde vykonal 0 pridanie a 7 odobranie
  1. 0 7
      src/views/rwgl/Index.vue

+ 0 - 7
src/views/rwgl/Index.vue

@@ -122,13 +122,6 @@
                 <el-descriptions-item label="原始数据">
                     <template v-if="focusTask.main_c_source_file_name != null && focusTask.main_c_source_file != null">
                         {{ focusTask.main_c_source_file_name }}
-                        <el-button type="primary" size="small"
-                            @click="downloadWithBlob(focusTask.main_c_source_file, focusTask.main_c_source_file_name)">
-                            下载结果
-                        </el-button>
-                        <el-button type="primary" size="small" @click="preView(focusTask.main_c_source_file)">
-                            预览结果
-                        </el-button>
                         <br />
                     </template>
                     <template v-if="focusTask.main_c_source_data != null">