fix : 移除多余的>

This commit is contained in:
2024-09-10 13:15:49 +08:00
parent 3c6a8bedc2
commit 2fdbc144a6
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<template>
<fvSearchForm :searchConfig="searchConfig" @search="search" style="margin-left: 16px">></fvSearchForm>
<fvSearchForm :searchConfig="searchConfig" @search="search" style="margin-left: 16px"></fvSearchForm>
<fvTable ref="tableIns" :tableConfig="tableConfig" @headBtnClick="headBtnClick"
@selectionChange="selectionChange"></fvTable>
</template>

View File

@@ -56,7 +56,7 @@
</el-form-item>
</el-col>
</el-row>
<baseTitle title="需求上报申请书" style="margin-bottom: -3px">></baseTitle>
<baseTitle title="需求上报申请书" style="margin-bottom: -3px"></baseTitle>
<el-row gutter="20" style="margin-bottom: -15px;">
<!-- <el-col :span="24">-->
<!-- <single-file-component tag="需求上报" :fileNameTableWidth="300" :fullscreen="true"-->