reedliuqing_i 5 年之前
父节点
当前提交
e32805e04e
共有 2 个文件被更改,包括 511 次插入509 次删除
  1. 1 9
      src/views/projectManage/bugList/bugindex.vue
  2. 510 500
      src/views/projectManage/bugList/details/index.vue

+ 1 - 9
src/views/projectManage/bugList/bugindex.vue

@@ -189,14 +189,7 @@
       class="bug_manage_drawer"
       class="bug_manage_drawer"
     >
     >
       <div>
       <div>
-        <div style="position:sticky;text-align:right;padding: 10px 15px">
-          <div style="display: inline-block" @mousedown="iconName = 'float_反馈_icon_close_蓝色'">
-            <el-button size="medium" type="text" @click="drawerShow = false;iconName = 'float_反馈_icon_close'">
-              <svg-icon :icon-class="iconName" />
-            </el-button>
-          </div>
-        </div>
-        <bug-details :id="bugQuery.id+''" ref="bugDetails" :init-count="initCount + ''" :type="'drawer'" @delete="drawerShow = false;getBugList()" @update="getBugList()" />
+        <bug-details :id="bugQuery.id+''" ref="bugDetails" :init-count="initCount + ''" :type="'drawer'" @close="drawerShow = false" @delete="drawerShow = false;getBugList()" @update="getBugList()" />
       </div>
       </div>
     </el-drawer>
     </el-drawer>
   </div>
   </div>
@@ -228,7 +221,6 @@ export default {
   data() {
   data() {
     return {
     return {
       initCount: 0,
       initCount: 0,
-      iconName: 'float_反馈_icon_close',
       priorityColors: ['#F56C6C', '#FF8952', '#7ED321'],
       priorityColors: ['#F56C6C', '#FF8952', '#7ED321'],
       statusColors: ['#6AB4FF', '#6AB4FF', '#FFCC66', '#7ED321', '#F56C6C'],
       statusColors: ['#6AB4FF', '#6AB4FF', '#FFCC66', '#7ED321', '#F56C6C'],
       DetailedScreening: false, // 高级筛选
       DetailedScreening: false, // 高级筛选

文件差异内容过多而无法显示
+ 510 - 500
src/views/projectManage/bugList/details/index.vue


部分文件因为文件数量过多而无法显示