管理端 退款提示语修改
parent
caaed12df4
commit
8a93752fbc
|
@ -322,7 +322,7 @@ export default {
|
||||||
});
|
});
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
this.getList();
|
this.getList();
|
||||||
this.$modal.msgSuccess("发起退款成功");
|
this.$modal.msgSuccess("操作成功");
|
||||||
}).catch(() => {});
|
}).catch(() => {});
|
||||||
},
|
},
|
||||||
/** 提交按钮 */
|
/** 提交按钮 */
|
||||||
|
|
|
@ -198,6 +198,9 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .u-textarea__count{
|
||||||
|
bottom: -26rpx;
|
||||||
|
}
|
||||||
.box {
|
.box {
|
||||||
margin-top: 10%;
|
margin-top: 10%;
|
||||||
padding: 20% 40rpx;
|
padding: 20% 40rpx;
|
||||||
|
|
Loading…
Reference in New Issue