apply-clients 3.3.77 → 3.3.81

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.
@@ -176,6 +176,7 @@
176
176
  <script>
177
177
  import {getNowDate,isEmpty} from '../../../Util'
178
178
  import {PagedList} from 'vue-client'
179
+ import Vue from 'vue'
179
180
  import {HttpResetClass} from 'vue-client'
180
181
  export default {
181
182
  title: '补充协议',
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div style="margin-bottom: 20px" class="form-group select-overspread">
3
3
  <label class="control-label-justify control-label col-sm-3">选择项目</label>
4
- <div class="col-sm-10" >
4
+ <div class="col-sm-5" >
5
5
  <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
6
  </div>
7
7
  </div>
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div style="margin-bottom: 20px" class="form-group select-overspread">
3
3
  <label class="control-label-justify control-label col-sm-3">选择用户</label>
4
- <div class="col-sm-10" >
4
+ <div class="col-sm-5" >
5
5
  <button class="button_search button_spacing" type="button" style="width: max-content;position: absolute" @click="openSelect" :disabled="mark === 1">选择</button>
6
6
  </div>
7
7
  </div>