mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-26 16:46:14 +08:00
优化:没有需要查询的字段则隐藏搜索表单
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<!-- 这是系统自动生成的CURD表格,你可以将此行注释改为表格的描述 -->
|
||||
</n-card>
|
||||
</div>
|
||||
@{ if eq .isSearchForm true }
|
||||
<BasicForm
|
||||
@register="register"
|
||||
@submit="reloadTable"
|
||||
@@ -16,7 +17,7 @@
|
||||
<template #statusSlot="{ model, field }">
|
||||
<n-input v-model:value="model[field]" />
|
||||
</template>
|
||||
</BasicForm>
|
||||
</BasicForm>@{end}
|
||||
|
||||
<BasicTable
|
||||
:openChecked="@{.options.Step.HasCheck}"
|
||||
|
Reference in New Issue
Block a user