mirror of
https://github.com/ccmjga/zhilu-admin
synced 2026-04-09 23:54:27 +00:00
fix option
This commit is contained in:
@@ -51,8 +51,8 @@
|
|||||||
<select id="countries" v-model="commandMode"
|
<select id="countries" v-model="commandMode"
|
||||||
class="bg-white border border-gray-300 text-gray-900 text-sm rounded-lg block">
|
class="bg-white border border-gray-300 text-gray-900 text-sm rounded-lg block">
|
||||||
<option selected :value="'chat'">询问模式</option>
|
<option selected :value="'chat'">询问模式</option>
|
||||||
<option :value="'search'">搜索模式</option>
|
|
||||||
<option :value="'execute'">指令模式</option>
|
<option :value="'execute'">指令模式</option>
|
||||||
|
<option :value="'search'">搜索模式</option>
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
<Button :abortable="true" :isLoading="isLoading" :loadingContent="'中止'" :submitContent="'发送'"
|
<Button :abortable="true" :isLoading="isLoading" :loadingContent="'中止'" :submitContent="'发送'"
|
||||||
|
|||||||
Reference in New Issue
Block a user