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