doway-coms 2.10.16 → 2.10.17
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
|
@@ -23,9 +23,7 @@
|
|
|
23
23
|
>
|
|
24
24
|
{{ currentValue }}
|
|
25
25
|
</span>
|
|
26
|
-
|
|
27
|
-
colInfo.buttonTitle
|
|
28
|
-
}}</Button>
|
|
26
|
+
|
|
29
27
|
<div class="d-error-msg">
|
|
30
28
|
{{ v.errors[0] }}
|
|
31
29
|
</div>
|
|
@@ -158,6 +156,9 @@
|
|
|
158
156
|
</Modal>
|
|
159
157
|
</ValidationProvider>
|
|
160
158
|
</div>
|
|
159
|
+
<Button type="primary" :size="'small'" @click="buttonClick">{{
|
|
160
|
+
colInfo.buttonTitle
|
|
161
|
+
}}</Button>
|
|
161
162
|
</div>
|
|
162
163
|
</template>
|
|
163
164
|
<script>
|