Commit 652126d6 authored by 智勇's avatar 智勇

增加提示

parent 2ad4d8a3
<template>
<div >
<div>
<el-alert
:closable="false"
title="同步说明"
type="info"
style="font-size: 13px;"
show-icon>
<slot name="description">
<p>1. 同步是与线上库同步表结构和配置数据;</p>
<p>2. 同步表结构会将线上比本地多的表、字段、索引同步到本地,对于本地比线上多的表、字段、索引则不会删除。如果要删除本地多出的表结构,可以手动删除,或者取消【保留业务数据】后进行同步;</p>
<p>3. 同步配置数据会将线上比本地多的配置数据同步到本地,对于本地比上线多的配置数据则不会删除,对于本地被更新的配置数据,同步后会根据主键覆盖成线上配置;</p>
<p>4. 哪些表是配置数据参见 https://qa2.liangkebang.com/dbconfig/manager 中的Tables列;</p>
<p>5. 有特殊的配置数据需求可以联系测试组(比如需要将某个渠道的MD5 key修改成一个特殊值)。</p>
</slot>
</el-alert>
<div class="app-container" style="width:1000px; margin:0 auto;">
<el-form ref="dataForm" :inline="true" :rules="rules" :model="temp" label-width="150px" style="margin-bottom:15px">
<el-form-item label="Namespace" prop="namespace">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment