|
@ -136,8 +136,10 @@ |
|
|
<template slot="footer"> |
|
|
<template slot="footer"> |
|
|
<div class="resi-btns"> |
|
|
<div class="resi-btns"> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|
<el-button v-if="dataForm.state === '0'" type="danger" @click="openCheckReasonDialog">{{ $t('checkBTGBtn') }}</el-button> |
|
|
<!--<el-button v-if="dataForm.state === '0'" type="danger" @click="openCheckReasonDialog">{{ $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('1')">{{ $t('checkTGBtn') }}</el-button>--> |
|
|
|
|
|
<el-button type="danger" @click="openCheckReasonDialog">{{ $t('checkBTGBtn') }}</el-button> |
|
|
|
|
|
<el-button type="primary" @click="checkHandle('1')">{{ $t('checkTGBtn') }}</el-button> |
|
|
</div> |
|
|
</div> |
|
|
</template> |
|
|
</template> |
|
|
<el-dialog :visible.sync="dialogVisible" :modal="false"> |
|
|
<el-dialog :visible.sync="dialogVisible" :modal="false"> |
|
@ -204,7 +206,7 @@ export default { |
|
|
{ dictValue: '媳婿', dictName: '媳婿' }, |
|
|
{ dictValue: '媳婿', dictName: '媳婿' }, |
|
|
{ dictValue: '孙子女', dictName: '孙子女' }, |
|
|
{ dictValue: '孙子女', dictName: '孙子女' }, |
|
|
{ dictValue: '兄弟姐妹', dictName: '兄弟姐妹' }, |
|
|
{ dictValue: '兄弟姐妹', dictName: '兄弟姐妹' }, |
|
|
{ dictValue: '中介', dictName: '中介' } |
|
|
{ dictValue: '其他', dictName: '其他' } |
|
|
], |
|
|
], |
|
|
checkReason: '', |
|
|
checkReason: '', |
|
|
checkVisible: false, |
|
|
checkVisible: false, |
|
|