fix: delete noSupportProof form in the audit page
This commit is contained in:
parent
742a53fc7a
commit
ac3e36abc2
@ -78,12 +78,6 @@
|
||||
<input type="radio" name="passed" id="notPassed">
|
||||
<label>未通過</label>
|
||||
</div>
|
||||
<br>
|
||||
<div>
|
||||
<label for="noSupportProof"> 未獲補助證明檔案繳交處:</label>
|
||||
<input type="file" id="noSupportProof" accept=".pdf, .doc, .docx, .jpg, .jpeg, .png">
|
||||
|
||||
</div>
|
||||
<br></br>
|
||||
<button onclick="sendReviewResult()">送出審核結果</button>
|
||||
</td>
|
||||
@ -102,4 +96,4 @@
|
||||
</body>
|
||||
<script src="https://cdn.jsdelivr.net/npm/axios@1.6.7/dist/axios.min.js"></script>
|
||||
<script src = "/js/audit.js"></script>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user