소스 검색

去除空格

duy 2 년 전
부모
커밋
7def068a2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>