Browse Source

文字修改

songxy 2 months ago
parent
commit
7399019e45
1 changed files with 3 additions and 1 deletions
  1. 3 1
      web_ui/src/views/znzt-land/AiZtzsDetail.vue

+ 3 - 1
web_ui/src/views/znzt-land/AiZtzsDetail.vue

@@ -925,6 +925,7 @@ export default {
       }
       this.closeXzqLayer();
       this.tabIndex = index;
+      this.hintText = '思考中...'
       if (this.inputText) {
         this.wt = this.inputText;
         this.hzData = [];
@@ -967,7 +968,7 @@ export default {
         }else if (this.listType === '3') {
           const str1 = 'Question: 请帮统计萧山区永久基本农田规模,Thought: 用户的需求是统计萧山区永久基本农田总面积。首先我要先打开永久基本农田图层';
           const str2 = '图层打开操作已执行完毕。\n\n\n其次,我要定位到萧山区';
-          const str3 = '已定位到萧山区\n\n\n然后我要进行规模统计,因此选择LandSiteSelectionPlan执行用户需求最为合适。根据用户的需求,需要生成一个SQL查询语句来从永久基本农田表中统计出总面积: Action: LandFindSqlAgent Action Input: {“sql_code”: “SELECT Sum(yjjbnttbmj) FROM dligis.gcs330000g2001_yjjbnt_gx_xsb WHERE xzqmc = ‘萧山区‘”;} \n\n\n以上是我思考的所有内容。';
+          const str3 = '已定位到萧山区\n\n\n然后我要进行规模统计,因此选择LandSiteSelectionPlan执行用户需求最为合适。根据用户的需求,需要生成一个SQL查询语句来从永久基本农田表中统计出总面积: Action: LandFindSqlAgent Action Input: {“sql_code”: “SELECT Sum(yjjbnttbmj) FROM dlgis.gcs330000g2001_yjjbnt_gx_xsb WHERE xzqmc = ‘萧山区‘”;} \n\n\n以上是我思考的所有内容。';
           this.hzData = [{
             name: '请帮统计萧山区永久基本农田规模',
             summary: '',
@@ -1029,6 +1030,7 @@ export default {
       this.hzData = []
       this.listType = ''
       this.inputText = ''
+      this.hintText = '思考中...'
       this.closeXzqLayer();
       _timers1.forEach((timer1,index) => {
         clearInterval(timer1)