seimin il y a 2 ans
Parent
commit
ad80c8c3fa

+ 2 - 2
src/components/ConsumableMaterial/index.vue

@@ -2,7 +2,7 @@
2 2
   <div class="eventInformation" @click="showModal(model)">
3 3
     <div class="head">
4 4
       <p>
5
-        <span>{{ model.consumableName }}</span>
5
+        <span>{{ model.consumableName }}{{ model.consumableBrandModel }}</span>
6 6
         <span class="textRight">单价:<strong class="fontBold">{{ model.consumableEndPrice }}元</strong></span>
7 7
       </p>
8 8
     </div>
@@ -197,7 +197,7 @@ export default {
197 197
   .head {
198 198
     border-bottom: 0.01rem solid #e6e6e6;
199 199
     p {
200
-      padding: 0.24rem 0.3rem;
200
+      padding: 0.24rem;
201 201
       display: flex;
202 202
       justify-content: space-between;
203 203
       align-items: center;

+ 1 - 1
src/components/WorkHourManagement/index.vue

@@ -111,7 +111,7 @@ export default {
111 111
   .head {
112 112
     border-bottom: 0.01rem solid #e6e6e6;
113 113
     p {
114
-      padding: 0.24rem 0.3rem;
114
+      padding: 0.24rem;
115 115
       display: flex;
116 116
       justify-content: space-between;
117 117
       align-items: center;