|
@@ -385,7 +385,7 @@ onUnmounted(() => {
|
|
|
<template>
|
|
|
<section class="flex items-start h-full">
|
|
|
|
|
|
- <TheSubMenu title="智能工单" @scrollToLower="onScrolltolower" :loading="isFetching">
|
|
|
+ <TheSubMenu title="工艺运行诊断" @scrollToLower="onScrolltolower" :loading="isFetching">
|
|
|
<template #top>
|
|
|
<div class="create-btn px-[11px] pb-[22px]">
|
|
|
<BaseButton @click="handleCreateDialog" icon-name="tool-add-circle">新建工单</BaseButton>
|
|
@@ -408,7 +408,7 @@ onUnmounted(() => {
|
|
|
</template>
|
|
|
|
|
|
<ChatWelcome title="您好,我是LibraAI工艺运行诊断" :sub-title="[
|
|
|
- '基于大语言模型的智能工单分析助手,可以为您实现数据分析及数据解读',
|
|
|
+ '基于大语言模型的工艺运行诊断分析助手,可以为您实现数据分析及数据解读',
|
|
|
'选择日期并为您生成日报分析'
|
|
|
]" v-if="!chatDataSource.length" />
|
|
|
|