From b6eb5cf156a7e5b520a651a989dad4648853a3b0 Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Fri, 20 Sep 2019 13:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=96=91=E9=A9=AC=E7=BA=B9?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/index.scss | 3 +++ src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue | 1 + 2 files changed, 4 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index 2b41a5dd..d3492b01 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -210,3 +210,6 @@ el-card{ .el-table td, .el-table th { padding: 0; } +.el-table--striped .el-table__body tr.el-table__row--striped td { + background-color: rgb(235,235,235); +} diff --git a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue index c3313d38..5812579b 100644 --- a/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue +++ b/src/views/PurchasingCenter/PurchaseTaskAllocate/index.vue @@ -216,6 +216,7 @@ :disabled="!(parseInt(scope.row.询价状态编号)===1&&scope.row.人员编号!=='')" type="primary" size="mini" + plain="" icon="el-icon-back" @click="retract(scope.row)">撤回