|
@@ -556,8 +556,8 @@
|
|
|
</el-form>
|
|
|
</template>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="submitForm('add')">确 定</el-button>
|
|
|
- <el-button @click="submitForm('draft')" type="warning">暂 存</el-button>
|
|
|
+ <el-button v-if="checkPermi(['gather:GATHER:add'])" type="primary" @click="submitForm('add')">确 定</el-button>
|
|
|
+ <el-button v-if="checkPermi(['gather:GATHER:add'])" @click="submitForm('draft')" type="warning">暂 存</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|