瀏覽代碼

首页我的通知

user5 2 年之前
父節點
當前提交
b59b9d60e2
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/modules/sys/dashboard/workBench/Pending.vue

+ 3 - 3
src/views/modules/sys/dashboard/workBench/Pending.vue

@@ -199,7 +199,7 @@
         </div>
       </el-col>
 
-      <!--<el-col :span="12">
+      <el-col :span="12">
         <div class="page" style="height: 600px">
           <div class="top bg-white">
             <div style="height: 18px" >
@@ -256,11 +256,11 @@
                 @page-change="currentChangeHandle">
               </vxe-pager>
             </div>
-            &lt;!&ndash; 弹窗, 新增 / 修改 &ndash;&gt;
+            <!-- 弹窗, 新增 / 修改 -->
             <NotifyForm  ref="notifyForm" @refreshDataList="refreshList"></NotifyForm>
           </div>
         </div>
-      </el-col>-->
+      </el-col>
     </el-row>
   </div>
 </template>