|
@@ -188,7 +188,7 @@
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="success" @click="submitForm(1)" v-if="!viewMode">通过</el-button>
|
|
|
<el-button type="danger" @click="submitForm(2)" v-if="!viewMode">拒绝</el-button>
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <el-button @click="cancel">关 闭</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
</div>
|