@netang/quasar 0.1.17 → 0.1.18

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.
@@ -148,7 +148,7 @@
148
148
  <template v-if="dataType !== dicts.POWER_DATA_TYPE__OPEN">
149
149
 
150
150
  <!-- 是否表单验证 -->
151
- <div class="col-xs-12 col-sm-6 col-md-3">
151
+ <div class="col-xs-12 col-sm-6 col-md-3" v-if="dataType === dicts.POWER_DATA_TYPE__FORM">
152
152
  <q-select
153
153
  class="n-field-fieldset"
154
154
  label="提交前验证表单"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"