style(reportingData): 移除对话框标题
移除了 reportingData 对话框中的标题文本,以满足特定的设计需求。
Showing
1 changed file
with
1 additions
and
1 deletions
| 1 | <template> | 1 | <template> |
| 2 | <el-dialog | 2 | <el-dialog |
| 3 | class="entryDialog classCUploadDialog" | 3 | class="entryDialog classCUploadDialog" |
| 4 | - title="申报数据导入" | 4 | + title="" |
| 5 | :visible.sync="outerVisible" | 5 | :visible.sync="outerVisible" |
| 6 | :show-close="false" | 6 | :show-close="false" |
| 7 | width="35%" | 7 | width="35%" | ... | ... |
-
Please register or login to post a comment