Browse Source

详情按钮居中

shibei_master
zhangyuan 3 years ago
parent
commit
2cf213ae1e
  1. 9
      src/views/modules/plugins/rent/rentblacklist-add-or-update.vue
  2. 8
      src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue
  3. 8
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
  4. 8
      src/views/modules/plugins/rent/rentdeath-add-or-update.vue
  5. 8
      src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue

9
src/views/modules/plugins/rent/rentblacklist-add-or-update.vue

@ -51,8 +51,10 @@
</el-form-item>
</el-form>
<template slot="footer">
<div class="resi-btns">
<el-button @click="visible = false">{{ $t('cancel') }}</el-button>
<el-button type="primary" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button>
</div>
</template>
</el-dialog>
</template>
@ -185,3 +187,10 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.resi-btns {
margin-top: 20px;
text-align: center;
}
</style>

8
src/views/modules/plugins/rent/rentcontractfile-add-or-update.vue

@ -30,8 +30,10 @@
</el-form-item>
</el-form>
<template slot="footer">
<div class="resi-btns">
<el-button @click="visible = false">{{ $t('cancel') }}</el-button>
<el-button type="primary" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button>
</div>
</template>
</el-dialog>
</template>
@ -136,3 +138,9 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.resi-btns {
margin-top: 20px;
text-align: center;
}
</style>

8
src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

@ -91,9 +91,11 @@
</el-form>
<template slot="footer">
<div class="resi-btns">
<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>
</div>
</template>
<el-dialog :visible.sync="dialogVisible" :modal="false">
<img width="100%" :src="dialogImageUrl" alt="">
@ -271,3 +273,9 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.resi-btns {
margin-top: 20px;
text-align: center;
}
</style>

8
src/views/modules/plugins/rent/rentdeath-add-or-update.vue

@ -54,8 +54,10 @@
</el-form-item>
</el-form>
<template slot="footer">
<div class="resi-btns">
<el-button @click="visible = false">{{ $t('cancel') }}</el-button>
<el-button type="primary" @click="dataFormSubmitHandle()">{{ $t('confirm') }}</el-button>
</div>
</template>
</el-dialog>
</template>
@ -192,3 +194,9 @@ export default {
}
}
</script>
<style lang="scss" scoped>
.resi-btns {
margin-top: 20px;
text-align: center;
}
</style>

8
src/views/modules/plugins/rent/renttenantinfo-add-or-update.vue

@ -25,9 +25,11 @@
</el-form-item>
</el-form>
<template slot="footer">
<div class="resi-btns">
<el-button @click="visible = false">{{ $t('cancel') }}</el-button>
<el-button v-if="dataForm.flag === '2'" type="danger" @click="dataFormSubmitHandle('2')">{{ $t('checkBTGBtn') }}</el-button>
<el-button v-if="dataForm.flag === '2'" type="primary" @click="dataFormSubmitHandle('1')">{{ $t('checkTGBtn') }}</el-button>
</div>
</template>
<el-dialog :visible.sync="dialogVisible" :modal="false">
<img width="100%" :src="dialogImageUrl" alt="">
@ -144,3 +146,9 @@ export default {
box-sizing: border-box;
}
</style>
<style lang="scss" scoped>
.resi-btns {
margin-top: 20px;
text-align: center;
}
</style>

Loading…
Cancel
Save