@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="
|
|
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.
|
|
782
|
+
message: `如果定义了【${props.dataType === dicts.POWER_DATA_TYPE__OPEN ? '跳转页面' : '重定向 URL'}】,则 URL 必须为空`,
|
|
783
783
|
})
|
|
784
784
|
return false
|
|
785
785
|
}
|