feat: Supports specified user input title(#2288)
This commit is contained in:
parent
dd047747f6
commit
ff3dec28d2
@ -2,21 +2,19 @@
|
|||||||
<div class="flex-between mb-16">
|
<div class="flex-between mb-16">
|
||||||
<h5 class="lighter">{{ $t('chat.userInput') }}</h5>
|
<h5 class="lighter">{{ $t('chat.userInput') }}</h5>
|
||||||
<div>
|
<div>
|
||||||
<el-button
|
<el-button type="primary" link @click="openChangeTitleDialog">
|
||||||
type="primary"
|
|
||||||
link
|
|
||||||
@click="openChangeTitleDialog"
|
|
||||||
>
|
|
||||||
<el-icon>
|
<el-icon>
|
||||||
<Setting />
|
<Setting />
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button link type="primary" @click="openAddDialog()">
|
<span class="ml-4">
|
||||||
<el-icon class="mr-4">
|
<el-button link type="primary" @click="openAddDialog()">
|
||||||
<Plus />
|
<el-icon class="mr-4">
|
||||||
</el-icon>
|
<Plus />
|
||||||
{{ $t('common.add') }}
|
</el-icon>
|
||||||
</el-button>
|
{{ $t('common.add') }}
|
||||||
|
</el-button>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<el-table
|
<el-table
|
||||||
@ -103,7 +101,7 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
|
|
||||||
<UserFieldFormDialog ref="UserFieldFormDialogRef" @refresh="refreshFieldList" />
|
<UserFieldFormDialog ref="UserFieldFormDialogRef" @refresh="refreshFieldList" />
|
||||||
<UserInputTitleDialog ref="UserInputTitleDialogRef" @refresh="refreshFieldTitle"/>
|
<UserInputTitleDialog ref="UserInputTitleDialogRef" @refresh="refreshFieldTitle" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user