| | |
| | | ID: '1126', |
| | | ParentID: '1742436890822447104', |
| | | Type: 2, |
| | | Name: '意向提示', |
| | | Name: '意图提示', |
| | | Path: '/supervisorPrompt', |
| | | Permission: '', |
| | | Icon: 'ywifont ywicon-tishici', |
| | |
| | | <el-card class="flex-column" bodyStyle="flex:1" bodyClass="overflow-y-auto"> |
| | | <template #header> |
| | | <div class="flex justify-between items-center"> |
| | | <div>全局意向提示词</div> |
| | | <div>全局意图提示词</div> |
| | | <el-button :icon="Refresh" circle @click="refreshPrompt"></el-button> |
| | | </div> |
| | | </template> |
| | |
| | | <br v-if="item === ''" /> |
| | | <pre class="pre-wrap" v-else>{{ item }}</pre> |
| | | </template> |
| | | |
| | | |
| | | </div> |
| | | </el-card> |
| | | </template> |