Commit 2f1760c1 by chenyu

Merge branch 'feature/3月迭代' of http://git.gicdev.com/gic-web/marketing-opeartion into dev

parents ceb6500c 68d69d73
......@@ -17,7 +17,7 @@
</el-form-item>
<div class="btn-wrap">
<template v-if="item.isEdit">
<el-button type="text" @click="cancelEdit(idx)">取消</el-button>
<el-button type="text" @click="cancelEdit(idx)" style="color:#303133;">取消</el-button>
<el-button type="text" @click="saveEdit(idx)">保存</el-button>
</template>
<template v-else>
......
<template>
<el-dialog custom-class="category-dialog" :visible.sync=" dialogVisible" :rules="rules" class="category-dialog-wrap"
<el-dialog custom-class="category-dialog" :visible.sync=" dialogVisible" :rules="rules" class="category-dialog-wrap"
width="600px" :close-on-click-modal="false" :close-on-press-escape="false">
<div v-loading="loading">
<el-row type="flex" justify="space-between">
......
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