@@ -349,6 +349,9 @@ export default {
* 更新文号
*/
updateCopyNumber() {
+ if (this.currentRow.file.copyNumber.length === 0) {
+ return
+ }
this.$api.common
.fileUpdate({
id: this.currentRow.fileId,
@@ -195,7 +195,7 @@ export default {
},
{
label: '识别状态',
- prop: 'createTime',
+ prop: 'ocrStatus',
dicData: [
label: '识别中',