Merge pull request 'fix : 移除多余的>' (#757) from de into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/757
This commit is contained in:
2024-09-10 05:16:11 +00:00
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"-->