apply-clients 7.1.14 → 7.1.15
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
CHANGED
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
:value-single="true"
|
|
43
43
|
close-on-select ></v-select>
|
|
44
44
|
</div>
|
|
45
|
-
<div class="form-group col-sm-
|
|
45
|
+
<div class="form-group col-sm-2 button-range">
|
|
46
46
|
<button class="button_search button_spacing" @click="$parent.$parent.search()" v-el:cx>查询</button>
|
|
47
47
|
<button class="button_clear button_spacing" @click="$parent.$parent.clear()">清空</button>
|
|
48
48
|
</div>
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
<script>
|
|
141
141
|
import {PagedList} from 'vue-client'
|
|
142
142
|
export default {
|
|
143
|
-
title: '
|
|
143
|
+
title: '通气点火报表',
|
|
144
144
|
// props: ['showData'],
|
|
145
145
|
data () {
|
|
146
146
|
return {
|