|
@@ -48,7 +48,7 @@
|
|
|
</template>
|
|
|
|
|
|
<l-painter-view>
|
|
|
- <l-painter-text text="服务人员:" css="font-size: 28rpx; color: #666666;" />
|
|
|
+ <l-painter-text text="服务人员:" css="font-size: 28rpx; color: #666666;margin-top:30rpx;" />
|
|
|
<l-painter-text
|
|
|
:text="`${userInfo.nickName || ''}(${userInfo.workerNumber || ''})`"
|
|
|
css="font-size: 28rpx;"
|
|
@@ -59,7 +59,7 @@
|
|
|
<l-painter-text :text="getNowDate()" css="font-size: 28rpx;" />
|
|
|
</l-painter-view>
|
|
|
<l-painter-view css="margin-top: 20rpx;">
|
|
|
- <l-painter-text text="用户签名:" css="font-size: 28rpx; color: #666666;" />
|
|
|
+ <l-painter-text text="工程师签名:" css="font-size: 28rpx; color: #666666;" />
|
|
|
</l-painter-view>
|
|
|
<template v-if="signNameUrl">
|
|
|
<l-painter-image
|