|
|
@@ -76,7 +76,7 @@
|
|
|
<div slot="footer" class="footer">
|
|
|
<div>
|
|
|
<el-button @click="cancel">取消</el-button>
|
|
|
- <el-button @click="submit(2)" type="primary" :loading="loading"
|
|
|
+ <el-button @click="submit(2)" type="primary" :loading="loading" v-if="type != 'edit'"
|
|
|
>提交并发布</el-button
|
|
|
>
|
|
|
<el-button type="primary" @click="submit(1)" :loading="loading"
|