mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-11 21:42:09 +08:00
@@ -94,7 +94,7 @@ async function handleMergeSubmit() {
|
|||||||
<Card title="基础示例">
|
<Card title="基础示例">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<Switch
|
<Switch
|
||||||
v-model="needMerge"
|
v-model:checked="needMerge"
|
||||||
checked-children="开启字段合并"
|
checked-children="开启字段合并"
|
||||||
class="mr-4"
|
class="mr-4"
|
||||||
un-checked-children="关闭字段合并"
|
un-checked-children="关闭字段合并"
|
||||||
|
|||||||
@@ -132,7 +132,10 @@ async function fillPartialData() {
|
|||||||
<Card title="功能测试">
|
<Card title="功能测试">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<div class="flex items-center gap-2">
|
<div class="flex items-center gap-2">
|
||||||
<Switch v-model="scrollEnabled" @change="toggleScrollToError" />
|
<Switch
|
||||||
|
v-model:checked="scrollEnabled"
|
||||||
|
@change="toggleScrollToError"
|
||||||
|
/>
|
||||||
<span>启用滚动到错误字段</span>
|
<span>启用滚动到错误字段</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user