@netang/quasar 0.0.60 → 0.0.61

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.
@@ -16,7 +16,7 @@
16
16
  <!-- 树 -->
17
17
  <n-field-tree
18
18
  class="n-field-fieldset"
19
- :label="routeType === 0 ? '跳转页面' : '重定向 URL'"
19
+ :label="dataType === dicts.POWER_DATA_TYPE__OPEN ? '跳转页面' : '重定向 URL'"
20
20
  outlined
21
21
  clearable
22
22
  stack-label
@@ -779,7 +779,7 @@ export default {
779
779
  if ($n_isValidValue(props.url)) {
780
780
  // 轻提示
781
781
  $n_toast({
782
- message: `如果定义了【${props.routeType === 0 ? '跳转页面' : '重定向 URL'}】,则 URL 必须为空`,
782
+ message: `如果定义了【${props.dataType === dicts.POWER_DATA_TYPE__OPEN ? '跳转页面' : '重定向 URL'}】,则 URL 必须为空`,
783
783
  })
784
784
  return false
785
785
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netang/quasar",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "description": "netang-quasar",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"