Browse Source

删掉退款进度标题

zhangrenyuan/feature-20260113104415-现金重构
ZhangYong 1 month ago
parent
commit
db9b2c4bf6
  1. 2
      src/views/moneyManage/refundDetail/refundCharge.vue
  2. 2
      src/views/moneyManage/refundDetail/refundFinance.vue
  3. 2
      src/views/moneyManage/refundDetail/refundHeader.vue

2
src/views/moneyManage/refundDetail/refundCharge.vue

@ -223,7 +223,7 @@
</div> </div>
</el-dialog> </el-dialog>
<el-dialog v-model="showSteps" :title="t('cash.refundProgress')" overflow draggable width="1206px" height="506px" :style="{
<el-dialog v-model="showSteps" overflow draggable width="1206px" height="506px" :style="{
backgroundImage: `url(${RefundChargeBackground})`, backgroundImage: `url(${RefundChargeBackground})`,
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundPosition: 'center' backgroundPosition: 'center'

2
src/views/moneyManage/refundDetail/refundFinance.vue

@ -222,7 +222,7 @@
</div> </div>
</el-dialog> </el-dialog>
<el-dialog v-model="showSteps" :title="t('cash.refundProgress')" overflow draggable width="1206px" height="506px" :style="{
<el-dialog v-model="showSteps" overflow draggable width="1206px" height="506px" :style="{
backgroundImage: `url(${RefundFinanceBackground})`, backgroundImage: `url(${RefundFinanceBackground})`,
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundPosition: 'center' backgroundPosition: 'center'

2
src/views/moneyManage/refundDetail/refundHeader.vue

@ -234,7 +234,7 @@
</div> </div>
</el-dialog> </el-dialog>
<el-dialog v-model="showSteps" :title="t('cash.refundProgress')" overflow draggable width="1206px" height="506px" :style="{
<el-dialog v-model="showSteps" overflow draggable width="1206px" height="506px" :style="{
backgroundImage: `url(${BackgroundSvg})`, backgroundImage: `url(${BackgroundSvg})`,
backgroundSize: 'cover', backgroundSize: 'cover',
backgroundPosition: 'center' backgroundPosition: 'center'

Loading…
Cancel
Save