|
|
@ -92,8 +92,8 @@ |
|
|
|
</el-form> |
|
|
|
<template slot="footer"> |
|
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|
|
<el-button v-if="dataForm.state === '0'" type="danger" @click="checkHandle('2')">{{ $t('checkBTGBtn') }}</el-button> |
|
|
|
<el-button v-if="dataForm.state === '0'" type="primary" @click="checkHandle('1')">{{ $t('checkTGBtn') }}</el-button> |
|
|
|
<el-button v-if="dataForm.state === '0'" type="primary" @click="checkHandle('2')">{{ $t('checkBTGBtn') }}</el-button> |
|
|
|
</template> |
|
|
|
<el-dialog :visible.sync="dialogVisible" :modal="false"> |
|
|
|
<img width="100%" :src="dialogImageUrl" alt=""> |
|
|
|