|
@@ -3,13 +3,13 @@
|
|
|
<div class="modal-dialog">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
- <h5 class="modal-title">导入指标源</h5>
|
|
|
+ <h5 class="modal-title">导入造价文件</h5>
|
|
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
|
|
</div>
|
|
|
<form method="POST" action="/lib/upload?_csrf=<%= ctx.csrf %>" enctype="multipart/form-data" onsubmit="return checkfileupload();">
|
|
|
<div class="modal-body">
|
|
|
<div class="form-group">
|
|
|
- <label for="exampleFormControlFile1">上传指标源文件</label>
|
|
|
+ <label for="exampleFormControlFile1">上传造价文件</label>
|
|
|
<div class="form-control"><input class="form-control-file" id="exampleFormControlFile1" accept=".csv, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, application/vnd.ms-excel, .json" name="file" type="file"></div>
|
|
|
</div>
|
|
|
</div>
|