Merge branch 'master' into addTitleTranslation

This commit is contained in:
danshihao
2024-09-06 16:52:40 +08:00
32 changed files with 238 additions and 165 deletions
+1 -1
View File
@@ -422,7 +422,7 @@ export default {
case ProcessKey.REGULATORY_COMPLIANCE_CHECK.value:
path = '/workCenter/RegulatoryComplianceCheckProcess'
break
// 市场清单发布流程
// 市场法规清单发布流程
case ProcessKey.MARKET_LIST_RELEASE.value:
path = '/workCenter/MarketListReleaseProcess'
break
+1 -1
View File
@@ -223,7 +223,7 @@
<!--查看上传文件-->
<upload-file ref="uploadFile" :return-url="false" disabled />
<div id="images">
<div class="image" v-viewer="{movable: false}">
<div class="image" v-viewer>
<img v-show="false" :src="imageUrl" alt="">
</div>
</div>