校核按钮修改
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<span v-if="ol.text==$t('SyncLibrary')" v-has="'ocr:ocrRecord:syncToDocument'">
|
<span v-if="ol.text==$t('SyncLibrary')" v-has="'ocr:ocrRecord:syncToDocument'">
|
||||||
{{record.resultContent=='转换成功'&&record.syncState=='未同步'&&record.fileSource=='1'?ol.text:''}}
|
{{record.resultContent=='转换成功'&&record.syncState=='未同步'&&record.fileSource=='1'?ol.text:''}}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="ol.text==$t('check')" v-has="''">
|
<span v-if="ol.text==$t('check')">
|
||||||
{{record.resultContent=='转换成功'&&record.syncState=='未同步'?ol.text:''}}
|
{{record.resultContent=='转换成功'&&record.syncState=='未同步'?ol.text:''}}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="ol.text==$t('download')" v-has="'ocr:ocrRestful:downFile'">
|
<span v-if="ol.text==$t('download')" v-has="'ocr:ocrRestful:downFile'">
|
||||||
|
|||||||
Reference in New Issue
Block a user