gpt4 book ai didi

javascript - 如何在 Vuetify 中使用 Dialog 连接表记录

转载 作者:行者123 更新时间:2023-11-30 20:20:07 27 4
gpt4 key购买 nike

如何从 Vuetify 对话框中的表中获取动态数据。我有数据表

    <td class="text-xs-left">{{ props.item.id }}</td>
<td class="text-xs-left">{{ props.item.title }}</td>
<td class="text-xs-left">{{ props.item.quantity }}</td>
<td class="text-xs-left"> <Dialog :to="'/products/' + props.item.id"></Dialog></td>

我有组件 Dialog.Vue。如何连接点击打开对话框中的特定记录?

最佳答案

对话框应该放在表格外面。在表格中你应该有触发对话框的按钮。例如@click="dialog_visible = true",如果您需要动态对话框,您可以在@click 方法中为对话框设置参数。

关于javascript - 如何在 Vuetify 中使用 Dialog 连接表记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51533912/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com