Zhouzhendong 5 лет назад
Родитель
Сommit
bd2cd5598e

+ 1 - 1
resources/views/customer/project/part/_operation.blade.php

@@ -25,7 +25,7 @@
         <strong>@{{ errors.name[0] }}</strong>
     </span>
 </div>
-<div class="row mt-3">
+<div class="row mt-3" v-if="model.operation.strategy == '特征'">
     <label class="col-2">特征:</label>
     <label class="col-8">
         <label v-if="model.operation.feature">@{{ model.operation.featureFormat }}</label><br>

+ 1 - 1
resources/views/customer/project/part/_three.blade.php

@@ -23,9 +23,9 @@
                         <td>@{{ item.using_type }}</td>
                         <td>@{{ item.minimum_area }}</td>
                         <td>@{{ item.price }}</td>
+                        <td>@{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }}</td>
                         <td>@{{ item.discount_type }}</td>
                         <td>@{{ item.discount_value }}</td>
-                        <td>@{{ poolMapping.units ? poolMapping.units[item.unit_id] : '' }}</td>
                         <td class="cursor-pointer" @click.stop="delStorage(item,i)"><span class="font-weight-bold text-danger">&times;</span></td>
                     </tr>
                 </table>