diff --git a/pages/index/technicianLevel.vue b/pages/index/technicianLevel.vue index 7dcaa4c..0e99072 100644 --- a/pages/index/technicianLevel.vue +++ b/pages/index/technicianLevel.vue @@ -13,7 +13,7 @@ {{ artificerData.beginTime }}~{{ artificerData.finishTime }} - 备注: 本期等级是根据技师上个周期的业绩最终计算得出 + 备注: 本期等级是根据技师上个y期的业绩最终计算得出 @@ -303,4 +303,11 @@ align-items: center; padding-bottom: 30px; } + .be-remarks{ + border: 1px dashed #FE912E; + padding: 10rpx 20rpx; + border-radius: 8rpx; + color: #fe912E; + font-size: 24rpx; + } \ No newline at end of file