mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
调整页面
This commit is contained in:
@@ -42,24 +42,12 @@
|
||||
<span>{{ scope.row.agentName }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 模板描述 -->
|
||||
<el-table-column :label="$t('agentTemplateManagement.description')" prop="description" min-width="200" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.description }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 语言 -->
|
||||
<el-table-column :label="$t('templateQuickConfig.agentSettings.agentName')" prop="language" min-width="100" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.language }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 创建时间 -->
|
||||
<el-table-column :label="$t('agentTemplateManagement.createTime')" min-width="180" align="center">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ formatDate(scope.row.createdAt) }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- 操作列 -->
|
||||
<el-table-column :label="$t('agentTemplateManagement.action')" min-width="250" align="center">
|
||||
<template slot-scope="scope">
|
||||
@@ -71,7 +59,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
|
||||
<!-- 表格底部操作栏 -->
|
||||
<div class="table_bottom">
|
||||
<div class="ctrl_btn">
|
||||
|
||||
Reference in New Issue
Block a user