|
|
@@ -88,9 +88,10 @@
|
|
88
|
88
|
<el-button class="report-btn" @click="handlePerformanceClick">绩效分析报告</el-button>
|
|
89
|
89
|
<el-button class="report-btn" @click="handleUseReportClick">使用报表</el-button>
|
|
90
|
90
|
</div>
|
|
|
91
|
+ <!--请输入您的问题,按 Enter 发送...-->
|
|
91
|
92
|
<div class="input-container">
|
|
92
|
|
- <el-input v-model="inputMessage" type="textarea" :rows="3" placeholder="请输入您的问题,按 Enter 发送..."
|
|
93
|
|
- class="chat-input" @keydown.enter.exact.prevent="handleSend" />
|
|
|
93
|
+ <el-input v-model="inputMessage" type="textarea" :rows="3" placeholder="功能开发中,请敬请期待"
|
|
|
94
|
+ class="chat-input" @keydown.enter.exact.prevent="handleSend" :disabled="true" />
|
|
94
|
95
|
<el-button :disabled="!inputMessage.trim() || isLoading" circle class="send-btn" @click="handleSend">
|
|
95
|
96
|
<svg viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
|
|
96
|
97
|
<path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z" />
|