mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 13:11:08 -04:00 
			
		
		
		
	responsive tables label fix
This commit is contained in:
		| @ -211,6 +211,7 @@ | ||||
|           sort-as="total" | ||||
|         > | ||||
|           <template slot-scope="row"> | ||||
|             <span> {{ $t('estimates.total') }}</span> | ||||
|             <div v-html="$utils.formatMoney(row.total, row.user.currency)" /> | ||||
|           </template> | ||||
|         </table-column> | ||||
|  | ||||
| @ -171,6 +171,7 @@ | ||||
|           sort-as="expense_date" | ||||
|         > | ||||
|           <template slot-scope="row"> | ||||
|             <span>{{ $t('expenses.note') }}</span> | ||||
|             <div class="notes"> | ||||
|               <div class="note">{{ row.notes }}</div> | ||||
|             </div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user