|
@@ -52,25 +52,25 @@
|
|
|
]"
|
|
|
>
|
|
|
<template v-slot:dingdan="scope">
|
|
|
- <div>
|
|
|
+ <div style="margin-top: 10px">
|
|
|
<p style="font-size:14px">实际/目标</p>
|
|
|
<p :style="[{'font-size':'18px'},{color:scope.data.color},{'font-weight':'bold'}]">{{ unitCompile(scope.data.data.amount || 0) }}/{{ unitCompile(scope.data.data.target_l || 0) }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-slot:chuhuo="scope">
|
|
|
- <div>
|
|
|
+ <div style="margin-top: 10px">
|
|
|
<p style="font-size:14px">实际/目标</p>
|
|
|
<p :style="[{'font-size':'18px'},{color:scope.data.color},{'font-weight':'bold'}]">{{ unitCompile(scope.data.data.outamount || 0) }}/{{ unitCompile(scope.data.data.target_l || 0) }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-slot:kaipiao="scope">
|
|
|
- <div>
|
|
|
+ <div style="margin-top: 10px">
|
|
|
<p style="font-size:14px">实际/目标</p>
|
|
|
<p :style="[{'font-size':'18px'},{color:scope.data.color},{'font-weight':'bold'}]">{{ unitCompile(scope.data.data.invoiceamount || 0) }}/{{ unitCompile(scope.data.data.target_l || 0) }}</p>
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-slot:huikuan="scope">
|
|
|
- <div>
|
|
|
+ <div style="margin-top: 10px">
|
|
|
<p style="font-size:14px">实际/目标</p>
|
|
|
<p :style="[{'font-size':'18px'},{color:scope.data.color},{'font-weight':'bold'}]">{{ unitCompile(scope.data.data.writeoffamount || 0) }}/{{ unitCompile(scope.data.data.target_l || 0) }}</p>
|
|
|
</div>
|