Fix a bug.
This commit is contained in:
parent
d3c074090f
commit
64d85c22c2
@ -106,6 +106,7 @@ onMounted(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<div style="margin: 20px">
|
<div style="margin: 20px">
|
||||||
<el-button type="primary" @click="showCreateDialog = true"
|
<el-button type="primary" @click="showCreateDialog = true"
|
||||||
>新增 AI 助手</el-button
|
>新增 AI 助手</el-button
|
||||||
@ -241,6 +242,7 @@ onMounted(() => {
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
Reference in New Issue
Block a user