Browse Source

修改页面

v5
超级管理员 2 years ago
parent
commit
28ab3e1f21
  1. 7
      src/views/knowledge/knowledge/components/KnowledgeContent.vue
  2. 2
      src/views/redismanage/datamigration/index.vue

7
src/views/knowledge/knowledge/components/KnowledgeContent.vue

@ -54,13 +54,10 @@ watch(() => props.isShow, () => {
<template> <template>
<el-dialog v-model="boxShow" class="dialogStyle" :show-close="true"> <el-dialog v-model="boxShow" class="dialogStyle" :show-close="true">
<<<<<<< HEAD
<template #header="{ close, titleId, titleClass }">
<div class="my-header" @dblclick="close">
=======
<template #header="{ titleId, titleClass }"> <template #header="{ titleId, titleClass }">
<div class="my-header"> <div class="my-header">
>>>>>>> v3
<h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gTitle }}</h4> <h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gTitle }}</h4>
<!-- <h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gContent }}</h4> --> <!-- <h4 :id="titleId" :class="titleClass" style="margin-top: 5px;">{{ props.contentSource?.gContent }}</h4> -->
</div> </div>

2
src/views/redismanage/datamigration/index.vue

@ -162,7 +162,7 @@ const migrateRedisInfo = () =>{
dblist:originCheckList.value // dblist:originCheckList.value //
} }
moveOldRedisToNewRedis(sendInfo) moveOldRedisToNewRedis(sendInfo)
.then((data)=>{ .then((data:any)=>{
console.log("进行源Redis连接测试",data) console.log("进行源Redis连接测试",data)
logList.value = data.data logList.value = data.data
}) })

Loading…
Cancel
Save