fix: delete noSupportProof form in the audit page

This commit is contained in:
Ting-Jun Wang 2024-07-25 23:59:19 +08:00
parent 742a53fc7a
commit ac3e36abc2
Signed by: snsd0805
GPG Key ID: D175E969960C4B16

View File

@ -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>