From 27237a698f4e320a41fde17104bce325449c165c Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Fri, 25 Aug 2023 11:12:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=B8=E6=9C=BA=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workOrder/accounting.vue | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/src/views/workOrder/accounting.vue b/src/views/workOrder/accounting.vue index a866fec0..d0878ee4 100644 --- a/src/views/workOrder/accounting.vue +++ b/src/views/workOrder/accounting.vue @@ -216,7 +216,11 @@ - + +
+ + +
@@ -228,7 +232,7 @@ import { updateAccountRecordInfo, selectRecordPictureList,deleteImage } from "@/api/mine" -import TwoCommonBtn from "@/components/twoBtnCommon.vue" +// import TwoCommonBtn from "@/components/twoBtnCommon.vue" export default { name: "accountingView", mixins:[myMixins], @@ -556,7 +560,7 @@ export default { } }, components:{ - TwoCommonBtn + // TwoCommonBtn } } @@ -743,6 +747,19 @@ img{ opacity: .5; } } +.twoBtn{ + margin-top: 28px; + @include flexColBet; + padding:0 10px; + box-sizing: border-box; + button{ + @include whLin(152px,39px); + border-radius: 5px; + color: #FFFFFF; + @include fontWeightSize(bold,14px); + background-color: #354D93; + } +} .btn{ margin-top: 31px; margin-bottom: 20px;