mooho-base-admin-plus 2.4.21 → 2.4.22
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
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
<Col v-bind="grid8">
|
|
358
358
|
<FormItem label="默认值" key="defaultValue" prop="defaultValue">
|
|
359
359
|
<Input type="text" v-model="data.defaultValue" maxlength="200" style="width: 150px" />
|
|
360
|
-
<Dropdown style="margin-left: 8px" transfer="true" @on-click="selectDefault">
|
|
360
|
+
<Dropdown style="margin-left: 8px" :transfer="true" @on-click="selectDefault">
|
|
361
361
|
<Button type="primary" size="small">
|
|
362
362
|
<Icon type="ios-arrow-down" />
|
|
363
363
|
</Button>
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
<Col v-bind="grid8">
|
|
220
220
|
<FormItem label="默认值" key="defaultValue" prop="defaultValue">
|
|
221
221
|
<Input type="text" v-model="data.defaultValue" maxlength="200" style="width: 150px" />
|
|
222
|
-
<Dropdown style="margin-left: 8px" transfer="true" @on-click="selectDefault">
|
|
222
|
+
<Dropdown style="margin-left: 8px" :transfer="true" @on-click="selectDefault">
|
|
223
223
|
<Button type="primary" size="small">
|
|
224
224
|
<Icon type="ios-arrow-down" />
|
|
225
225
|
</Button>
|