apply-clients 3.5.4-97 → 3.5.4-99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/product/ServiceView.vue +2 -0
- package/src/filiale/baiyin/android/ByAddMaterialScience.vue +858 -824
- package/src/filiale/yangchunboneng/android/AppServiceControl.vue +3 -0
- package/src/filiale/yangchunboneng/pc/ServiceControl.vue +3 -0
- package/src/filiale/yangchunboneng/pc/ServiceView.vue +2 -0
package/package.json
CHANGED
|
@@ -350,7 +350,9 @@
|
|
|
350
350
|
{{button.button_name}}
|
|
351
351
|
</button>
|
|
352
352
|
</div>
|
|
353
|
+
<div class="from-group col-sm-12 text-center" style="height: 20px;">
|
|
353
354
|
|
|
355
|
+
</div>
|
|
354
356
|
<!-- 按钮模态框 -->
|
|
355
357
|
<modal v-if="showButModal" :show.sync="showButModal" backdrop="false" large>
|
|
356
358
|
<header slot="modal-header" class="modal-header">
|