@@ -11,28 +11,29 @@
>
<el-row>
<el-col :span="24" style="padding: 0 0 20px 0">
- <el-col :span="20">
- <el-alert
- title="特别关注:手动到对接平台修改商品信息,会被本系统强制覆盖,请谨慎操作!"
- type="error"
- show-icon
- description=""
- :size="'mini'"
- :closable="false"
- >
- </el-alert
- ></el-col>
- <el-col :span="4">
- <el-button
- v-if="!isDetail"
- type="primary"
- class="fr"
- @click="submitForm()"
- >保 存
- </el-button>
- </el-col>
- <el-row> </el-row>
+ <el-row>
+ <el-col :span="20">
+ <el-alert
+ title="特别关注:手动到对接平台修改商品信息,会被本系统强制覆盖,请谨慎操作!"
+ type="error"
+ show-icon
+ description=""
+ :size="'mini'"
+ :closable="false"
+ >
+ </el-alert
+ ></el-col>
+ <el-col :span="4">
+ <el-button
+ v-if="!isDetail"
+ type="primary"
+ class="fr"
+ @click="submitForm()"
+ >保 存
+ </el-button>
+ </el-col>
+ </el-row>
</el-col>
<el-col :span="6"