mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-27 17:43:55 +08:00
update:供应器管理更名为字段管理,防止混淆模型管理
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
字典管理
|
字典管理
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item @click.native="goProviderManagement">
|
<el-dropdown-item @click.native="goProviderManagement">
|
||||||
供应器管理
|
字段管理
|
||||||
</el-dropdown-item>
|
</el-dropdown-item>
|
||||||
<el-dropdown-item @click.native="goServerSideManagement">
|
<el-dropdown-item @click.native="goServerSideManagement">
|
||||||
服务端管理
|
服务端管理
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<HeaderBar />
|
<HeaderBar />
|
||||||
|
|
||||||
<div class="operation-bar">
|
<div class="operation-bar">
|
||||||
<h2 class="page-title">供应器管理</h2>
|
<h2 class="page-title">字段管理</h2>
|
||||||
<div class="right-operations">
|
<div class="right-operations">
|
||||||
<el-dropdown trigger="click" @command="handleSelectModelType" @visible-change="handleDropdownVisibleChange">
|
<el-dropdown trigger="click" @command="handleSelectModelType" @visible-change="handleDropdownVisibleChange">
|
||||||
<el-button class="category-btn">
|
<el-button class="category-btn">
|
||||||
|
|||||||
Reference in New Issue
Block a user