seimin vor 2 Jahren
Ursprung
Commit
ad80c8c3fa

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

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

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

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