Browse Source

改变按钮颜色

shibei_master
zhangyuan 3 years ago
parent
commit
b425d065d4
  1. 2
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

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

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

Loading…
Cancel
Save