|
@@ -130,8 +130,8 @@
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
+ v-hasPermi="['qw:account:query']"
|
|
|
@click="handleAudit(scope.row)"
|
|
|
- v-hasPermi="['qw:account:audit']"
|
|
|
>审核</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -171,7 +171,7 @@
|
|
|
</el-form-item>
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="submitForm" v-hasPermi="['qw:account:audit']">确 定</el-button>
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|