diff --git a/src/css/btn.css b/src/css/btn.css index f9571c0..c38daf1 100644 --- a/src/css/btn.css +++ b/src/css/btn.css @@ -37,3 +37,12 @@ v-if="hasRecharge" border-color: transparent; } } + +.pass-btn { + color: #2741DE ; + margin-right: 5px +} +.reject-btn { + color: #2741DE ; + margin-left: 5px +} \ No newline at end of file diff --git a/src/views/audit/gold/rechargeAudit.vue b/src/views/audit/gold/rechargeAudit.vue index a9d7f8f..b65e8ff 100644 --- a/src/views/audit/gold/rechargeAudit.vue +++ b/src/views/audit/gold/rechargeAudit.vue @@ -4,24 +4,24 @@
精网号: - +
活动名称: - +
支付方式: - +
所属地区: + clearable @change="handleMarketChange"/>
@@ -32,8 +32,8 @@ {{ activeName === 'wait' ? '提交时间:' : '审核时间:' }} + start-placeholder="起始时间" end-placeholder="结束时间" style="margin-right:1vw;width:25vw" + @change="handleDatePickerChange" :default-time="defaultTime" :disabled-date="disabledDate"/>
@@ -48,7 +48,7 @@ - + @@ -56,24 +56,25 @@ 充值新币:{{ format3(stats.permanentGolds) }}新币     - 总金币数:{{ format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) + 总金币数:{{ + format3((stats.permanentGolds + stats.freeGolds + stats.taskGolds).toFixed(2)) }}金币     永久金币:{{ format3(stats.permanentGolds.toFixed(2)) }}金币     免费金币:{{ format3(stats.freeGolds.toFixed(2)) }}金币    
+ :row-style="{ height: '50px' }"> - - - - - + + + + + @@ -83,22 +84,22 @@ - - + + - + - + show-overflow-tooltip/> + @@ -119,14 +120,16 @@ {{ moment(scope.row.auditTime).format('YYYY-MM-DD HH:mm:ss') }} - + @@ -153,7 +159,7 @@ + show-word-limit/>