src/components/view/b1-report-preparation.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/view/b1-report-preparation.vue
@@ -291,7 +291,7 @@ }, method: 'handleUpload', disabFun: (row, index) => { return row.isExamine != null return row.isExamine != null || row.orderType == 'C' } }, { id: 'handleRestore', @@ -299,7 +299,7 @@ type: 'text', method: 'handleRestore', disabFun: (row, index) => { return row.isExamine != null return row.isExamine != null || row.orderType == 'C' } }, { id: 'handleSubmit',