diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index 329ccff8..69182404 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -34,7 +34,7 @@
*积分类别
-
+
{{ $dict.getLabel('atWillReportType',data.auditIntegralType) || '请选择' }}
@@ -46,7 +46,7 @@
-
+
积分调整
{{ data.integral }}
@@ -185,6 +185,7 @@ export default { }, integralType(e) { this.data.auditIntegralType = e[0].value + this.typeChange() }, submit() { if(this.opts==1){ @@ -339,9 +340,6 @@ export default { padding: 34px 0; border-bottom: 1px solid #D8DDE6; - .last { - border-bottom: 1px solid #D8DDE6; - } .label { width: 30%; @@ -354,10 +352,6 @@ export default { text-align: right; } } - - .integral-item:last-child { - border-bottom: none; - } } .reject {