gaoluyang
9 小时以前 6c0b0dd81a98a3163e45f1b5b5417e02af165fd8
src/views/aftersales/ticket/detail.vue
@@ -241,6 +241,21 @@
      </div>
    </Card>
    <!-- 附件 -->
    <Card v-if="ticket?.attachmentList?.length" title="附件" class="mb-4">
      <div class="flex flex-wrap gap-3">
        <a
          v-for="file in ticket.attachmentList"
          :key="file.id"
          :href="file.url"
          target="_blank"
          class="text-blue-500 hover:underline"
        >
          {{ file.name || '附件-' + file.id }}
        </a>
      </div>
    </Card>
    <!-- 问题判定表单 -->
    <Card v-if="showClassifyInput" title="问题判定" class="mb-4">
      <div class="flex flex-wrap items-center gap-3">