+
-
-
+
+
+ {{
+ scope.$index + 1 + (pagination.pageNum - 1) * pagination.pageSize
+ }}
+
+
+
- {{ row.orderCode.slice(3, 5) === 'CZ' ? '充值' : '消费' }}
+ {{ row.type === 0 ? '充值' : '消费' }}
-
-
+
+
{{ row.permanentGold / 100 }}
@@ -634,7 +655,7 @@ const handleCurrentChange = function (val) {
{{ row.taskGold / 100 }}
-
+
{{ row.isRefund === '1' ? '已退款' : '未处理' }}
@@ -668,12 +689,13 @@ p {
}
.left {
- width: 35%;
+ width: 35vw;
display: flex;
+ background-color: aliceblue;
.add-form {
width: 100%;
- margin-top: 50px;
+ margin-top: 30px;
}
}
@@ -681,14 +703,19 @@ p {
width: 35vw;
height: 20vh;
display: flex;
+ justify-content: center;
+ align-items: center;
+ margin-left: 5vw;
.customer-info {
- width: 90%;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0 10px;
- margin-left: 5vw;
+ width: 35vw;
+ height: 19vh;
+ padding-left: 5%;
+
+ .line {
+ display: flex;
+ height: 2vh;
+ }
}
}