duy 2 éve
szülő
commit
7def068a2e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/custody/components/tab-reform.vue

+ 1 - 1
src/views/custody/components/tab-reform.vue

@@ -10,7 +10,7 @@
             <template #fileName="{row}">
                         <span class="text-link" @click="tableRowName(row)">{{row?.fileName}}</span>
              </template>
-        </HcTable>>
+        </HcTable>
         <template #action>
             <HcPages :pages="searchForm" @change="pageChange"/>
         </template>