🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
Field Dependencies[编辑] If you have a field with choices (Checkbox (Boolean), Radio buttons, Checkboxes, Single-choice list, Multiple-choice list), you can enable dependencies of other fields based on the choice(s). The choice field is called the master field, and fields that are dependent on it are called dependent fields. Visibility dependencies[编辑] To make the visibility of a field dependent upon the values of a master field, do the following in the Library Edit screen: Create a master field with choice values (items) (or a Checkbox (Boolean) field). Example: Gender, with items Male and Female Add a dependent field, and select Dependencies of the field; this brings up the Dependencies list card. Press the blue plus (+) button to add a dependency; this brings up the Add a dependency card. Select the field upon which to be dependent and press the OK button; this will bring up the Create dependency card. Choose whether the dependency is only when editing an entry (the default) or also when viewing an entry. Then choose the value(s) (the items) of the master field that will cause the dependent field to be visible (say, Female) and press the checkmark in the upper-left corner of the card. Now, when the corresponding choice(s) is|are selected (Female, perhaps), the previously hidden dependent field(s) become visible. Content dependencies[编辑] The items (or choices or content) of the following types of fields can vary depending on other fields: Radio buttons, Checkboxes, Single-choice list, & Multiple-choice list. When you create a content dependency, you set, for each possible value of the master field, what items (or choices) of the dependent field will be available for selection. To make the items of a choice field dependent upon the values of a master field, do the following in the Library Edit screen: Create a master field with choice values (items) (or a Checkbox (Boolean) field). Example: Gender, with items Male and Female Add a dependent field, and select Dependencies of the field; this brings up the Dependencies list card. Press the blue plus (+) button to add a dependency; this brings up the Add a dependency card. Select the field upon which to be dependent and press the OK button; this will bring up the Create dependency card. Choose whether the dependency is only when editing an entry (the default) or also when viewing an entry. Then choose the item(s) of the dependent field that will cause the dependent field to be visible (perhaps Female) and press the checkmark in the upper-left corner of the card. Then choose the value(s) of the master field that will cause the dependent field item to be visible (perhaps Female), select the value to set for that item, and press the checkmark in the upper-left corner of the card. 分类:How