功能添加
This commit is contained in:
@@ -16,15 +16,11 @@
|
||||
<p>分类处理</p>
|
||||
</div>
|
||||
<van-cell-group inset>
|
||||
<van-cell title="编辑分类" is-link @click="handleEditClassification" />
|
||||
</van-cell-group>
|
||||
<van-cell-group inset>
|
||||
<van-cell title="分类管理" is-link @click="handleEditClassification" />
|
||||
<van-cell title="批量分类" is-link @click="handleBatchClassification" />
|
||||
</van-cell-group>
|
||||
<van-cell-group inset>
|
||||
<van-cell title="智能分类" is-link @click="handleSmartClassification" />
|
||||
<van-cell title="自然语言分类" is-link @click="handleNaturalLanguageClassification" />
|
||||
</van-cell-group>
|
||||
|
||||
<div class="detail-header">
|
||||
<p>账户</p>
|
||||
</div>
|
||||
@@ -107,10 +103,22 @@ const handleFileChange = async (event) => {
|
||||
}
|
||||
}
|
||||
|
||||
const handleEditClassification = () => {
|
||||
router.push({ name: 'classification-edit' })
|
||||
}
|
||||
|
||||
const handleBatchClassification = () => {
|
||||
router.push({ name: 'classification-batch' })
|
||||
}
|
||||
|
||||
const handleSmartClassification = () => {
|
||||
router.push({ name: 'smart-classification' })
|
||||
}
|
||||
|
||||
const handleNaturalLanguageClassification = () => {
|
||||
router.push({ name: 'classification-nlp' })
|
||||
}
|
||||
|
||||
/**
|
||||
* 处理退出登录
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user