wuyi 1 місяць тому
батько
коміт
e243769cd9
1 змінених файлів з 4 додано та 9 видалено
  1. 4 9
      src/views/ScanView.vue

+ 4 - 9
src/views/ScanView.vue

@@ -581,12 +581,10 @@ onMounted(() => {
                         <div class="flex h-8 w-8 items-center justify-center rounded-full bg-amber-100">
                           <i class="pi pi-info-circle text-sm text-amber-600" />
                         </div>
-                        <p class="text-xs font-medium uppercase tracking-wider text-slate-500">{{ isPerson ? 'Additional
-                          notes' : isGoods ? 'Item notes' : 'Extra description' }}</p>
+                        <p class="text-xs font-medium uppercase tracking-wider text-slate-500">{{ isPerson ? 'Additional notes' : isGoods ? 'Item notes' : 'Extra description' }}</p>
                       </div>
                       <p class="mt-3 whitespace-pre-wrap text-sm leading-relaxed text-slate-700">
-                        {{ isPerson ? (profile?.specialNote || 'No extra details') : (profile?.remark || 'No extra
-                        details') }}
+                        {{ isPerson ? (profile?.specialNote || 'No extra details') : (profile?.remark || 'No extra details') }}
                       </p>
                     </div>
                   </div>
@@ -773,9 +771,7 @@ onMounted(() => {
             </div>
 
             <label class="block space-y-2 text-sm">
-              <span class="text-slate-500">{{ isPerson ? 'Additional notes / health tips' : isGoods ? 'Item notes' :
-                'Extra
-                remarks' }}</span>
+              <span class="text-slate-500">{{ isPerson ? 'Additional notes / health tips' : isGoods ? 'Item notes' : 'Extra remarks' }}</span>
               <textarea v-if="isPerson" v-model="formData.specialNote" rows="4"
                 class="w-full rounded-2xl border border-slate-200 px-4 py-3"
                 placeholder="e.g. allergies, medical needs, carried items" />
@@ -828,8 +824,7 @@ onMounted(() => {
               {{ isFirstFill ? 'Verification required for first use' : 'Verification required to edit' }}
             </h3>
             <p class="text-sm text-slate-500">
-              {{ isFirstFill ? 'Enter the maintenance code that came with the QR tag.' : 'Enter the maintenance code to
-              unlock editing.' }}
+              {{ isFirstFill ? 'Enter the maintenance code that came with the QR tag.' : 'Enter the maintenance code to unlock editing.' }}
             </p>
           </div>
         </div>