Эх сурвалжийг харах

调整内审管审改进项归档位置

cfort 3 жил өмнө
parent
commit
2ed765b19a

+ 30 - 30
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -41,36 +41,6 @@
                     trigger="click"
                     @show="getReportAndFile(scope.row)"
                 >
-                    <div class="div_operation el-icon-s-order" slot="reference">查阅记录</div>
-                    <div class="div_content">
-                        <!-- 获取所有输出报告-->
-                        <template v-if="record.report.length">
-                            <div v-for="item in record.report" class="content_item">
-                                <span style="cursor: pointer;" @click="openReport(item, record.bizKey)">
-                                    <i class="el-icon-tickets" style="font-size: 18px;"/>
-                                    <!-- 截取表单名称 -->
-                                    {{ item | getReportName }}
-                                </span>
-                                <br/>
-                            </div>
-                        </template>
-                        <div v-if="record.file.length" class="content_item">
-                            <ibps-attachment
-                                v-model="fileId"
-                                placeholder="请选择"
-                                :download="true"
-                                :readonly="true"
-                                accept="*"
-                                :multiple="true"
-                                upload-type="attachment"
-                                store="id"
-                                media-type=""
-                                media=""
-                                style="width: 100%;"
-                            />
-                        </div>
-                        <div v-if="!record.report.length && !record.file.length">无报表及附件数据</div>
-                    </div>
                     <!-- 二级菜单,内审管审特有 -->
                     <template v-if="specialType.hasOwnProperty(typeId)">
                         <el-popover
@@ -123,6 +93,36 @@
                             <div v-else>无对应数据</div>
                         </el-popover>
                     </template>
+                    <div class="div_operation el-icon-s-order" slot="reference">查阅记录</div>
+                    <div class="div_content">
+                        <!-- 获取所有输出报告-->
+                        <template v-if="record.report.length">
+                            <div v-for="item in record.report" class="content_item">
+                                <span style="cursor: pointer;" @click="openReport(item, record.bizKey)">
+                                    <i class="el-icon-tickets" style="font-size: 18px;"/>
+                                    <!-- 截取表单名称 -->
+                                    {{ item | getReportName }}
+                                </span>
+                                <br/>
+                            </div>
+                        </template>
+                        <div v-if="record.file.length" class="content_item">
+                            <ibps-attachment
+                                v-model="fileId"
+                                placeholder="请选择"
+                                :download="true"
+                                :readonly="true"
+                                accept="*"
+                                :multiple="true"
+                                upload-type="attachment"
+                                store="id"
+                                media-type=""
+                                media=""
+                                style="width: 100%;"
+                            />
+                        </div>
+                        <div v-if="!record.report.length && !record.file.length">无报表及附件数据</div>
+                    </div>
                 </el-popover>
             </template>
         </ibps-crud>