wujingjing
2024-12-31 4b01940269c0944f0ebed68093f49f86132e8f9d
意向-》意图
已修改2个文件
6 ■■■■■ 文件已修改
src/api/login/UserMenuData.ts 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/login/UserMenuData.ts
@@ -100,7 +100,7 @@
                ID: '1126',
                ParentID: '1742436890822447104',
                Type: 2,
                Name: '意向提示',
                Name: '意图提示',
                Path: '/supervisorPrompt',
                Permission: '',
                Icon: 'ywifont ywicon-tishici',
src/views/project/yw/systemManage/supervisorPrompt/SupervisorPrompt.vue
@@ -2,7 +2,7 @@
    <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>
@@ -12,8 +12,6 @@
                <br v-if="item === ''" />
                <pre class="pre-wrap" v-else>{{ item }}</pre>
            </template>
        </div>
    </el-card>
</template>