|
@ -145,7 +145,7 @@ |
|
|
<h2 class="title-icon-left t16 tw-mb-[20px] md:t20 xl:tw-font-bold"> |
|
|
<h2 class="title-icon-left t16 tw-mb-[20px] md:t20 xl:tw-font-bold"> |
|
|
{{ $t("Service Description") }} |
|
|
{{ $t("Service Description") }} |
|
|
</h2> |
|
|
</h2> |
|
|
<div v-for="(item,index) in expenseRules" :key="index" style="border: 1px solid red;"> |
|
|
|
|
|
|
|
|
<div v-for="(item,index) in expenseRules" :key="index"> |
|
|
<h3 class="t16 tw-mb-[20px] md:18 xl:t18 xl:tw-font-bold tw-pl-[10px]"> |
|
|
<h3 class="t16 tw-mb-[20px] md:18 xl:t18 xl:tw-font-bold tw-pl-[10px]"> |
|
|
{{ index+1 }}. {{ item.ItemName }} |
|
|
{{ index+1 }}. {{ item.ItemName }} |
|
|
</h3> |
|
|
</h3> |
|
|