From 184acd5b0b7b91eac0ee6c028f50437dbd087573 Mon Sep 17 00:00:00 2001
From: luobisheng <727299681@qq.com>
Date: 星期四, 08 十二月 2022 10:41:41 +0800
Subject: [PATCH] 我的待办参数修改,案卷查询搜索参数修改

---
 src/views/operate/writManager/writ/index.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/src/views/operate/writManager/writ/index.vue b/src/views/operate/writManager/writ/index.vue
index 2334231..242589e 100644
--- a/src/views/operate/writManager/writ/index.vue
+++ b/src/views/operate/writManager/writ/index.vue
@@ -13,11 +13,6 @@
     </header>
     <main>
       <div class="main-content">
-        <!-- <div class="main-title">
-          <el-button class="el-icon-plus" type="primary" @click="handleAdd"
-            >娣诲姞</el-button
-          >
-        </div> -->
         <!-- 鏁版嵁灞曠ず -->
         <el-table
           ref="multipleTable"
@@ -213,12 +208,11 @@
 
     // 璁剧疆琛ㄦ牸鏂戦┈绾�
     tableRowClassName({ row, rowIndex }) {
-      if ((rowIndex + 1) % 2 == 0) {
+      if ((rowIndex + 1) % 2 === 0) {
         return "warning-row";
       } else {
         return "success-row";
       }
-      return "";
     },
     // 寮圭獥鍏抽棴
     handleClose(done) {
@@ -268,7 +262,6 @@
 
   header {
     background-color: #09152f;
-    border: 1pox solid #fff;
 
     .header-content {
       padding: 0 40px;
@@ -302,7 +295,6 @@
     background-color: #09152f;
     margin-top: 20px;
     padding-bottom: 50px;
-    border: 1pox solid #fff;
 
     .main-title {
       line-height: 60px;

--
Gitblit v1.8.0