[update] 修改bug87524

This commit is contained in:
lideqin
2024-07-26 17:18:02 +08:00
parent 4c3a757876
commit 9a22f1c764
6 changed files with 10 additions and 10 deletions
@@ -21,7 +21,7 @@ module.exports = {
evaluate: 'Evaluation of enterprise standard', evaluate: 'Evaluation of enterprise standard',
updateRecord: 'Update record', updateRecord: 'Update record',
submitQuestion: 'Submit a question', submitQuestion: 'Submit a question',
standardResolutionSheet: 'Standard resolution sheet', standardResolutionSheet: 'Standard interpretation',
nodeName: 'Node name', nodeName: 'Node name',
subjectToClause: 'Section clause', subjectToClause: 'Section clause',
standardContentOrRequirements: 'Standard content or requirements', standardContentOrRequirements: 'Standard content or requirements',
@@ -21,7 +21,7 @@ module.exports = {
evaluate: '企标评价', evaluate: '企标评价',
updateRecord: '更新记录', updateRecord: '更新记录',
submitQuestion: '提交问题', submitQuestion: '提交问题',
standardResolutionSheet: '标准分解单', standardResolutionSheet: '标准解读',
nodeName: '节点名称', nodeName: '节点名称',
subjectToClause: '章节条款', subjectToClause: '章节条款',
standardContentOrRequirements: '标准内容或要求', standardContentOrRequirements: '标准内容或要求',
@@ -5,7 +5,7 @@ module.exports = {
nodeOrder: 'Node ordering', // 节点排序 nodeOrder: 'Node ordering', // 节点排序
configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系 configStandardNoTreeNode: 'Please select Level 2 and below system first', // 请先选择二级及以下体系
selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据 selectLeastOneTableData: 'Select at least one list data', // 选中至少一条列表数据
standardResolutionSheet: 'Standard resolution sheet', // 标准分解单 standardResolutionSheet: 'Standard interpretation', // 标准解读
updateRecord: 'Update record', // 更新记录 updateRecord: 'Update record', // 更新记录
submitQuestion: 'Submit a question', // 提交问题 submitQuestion: 'Submit a question', // 提交问题
standardCatalogue: 'Standard catalogue', // 标准目录 standardCatalogue: 'Standard catalogue', // 标准目录
@@ -5,7 +5,7 @@ module.exports = {
nodeOrder: '节点排序', nodeOrder: '节点排序',
configStandardNoTreeNode: '请先选择二级及以下体系', configStandardNoTreeNode: '请先选择二级及以下体系',
selectLeastOneTableData: '选中至少一条列表数据', selectLeastOneTableData: '选中至少一条列表数据',
standardResolutionSheet: '标准分解单', standardResolutionSheet: '标准解读',
updateRecord: '更新记录', updateRecord: '更新记录',
submitQuestion: '提交问题', submitQuestion: '提交问题',
standardCatalogue: '标准目录', standardCatalogue: '标准目录',
@@ -116,7 +116,7 @@
</div> </div>
</div> </div>
<!-- 标准分解单--> <!-- 标准解读-->
<standard-resolution-sheet-modal ref="standardResolutionSheetModal" /> <standard-resolution-sheet-modal ref="standardResolutionSheetModal" />
<!-- 图片预览容器 --> <!-- 图片预览容器 -->
<div id="images"> <div id="images">
@@ -331,7 +331,7 @@ export default {
downloadFile(`/sys/common/devEncryptDownloadWithoutWaterMark/${file.id}`, file.fileName) downloadFile(`/sys/common/devEncryptDownloadWithoutWaterMark/${file.id}`, file.fileName)
}, },
/** /**
* 查看标准分解单 * 查看标准解读
*/ */
previewStandardResolutionSheet (id) { previewStandardResolutionSheet (id) {
this.$refs.standardResolutionSheetModal.open(id) this.$refs.standardResolutionSheetModal.open(id)
@@ -71,7 +71,7 @@
<div class="detail-page-process-manuscript-item" v-for="formItem in form[part]" :key="formItem.id"> <div class="detail-page-process-manuscript-item" v-for="formItem in form[part]" :key="formItem.id">
<div class="detail-page-process-manuscript-title"> <div class="detail-page-process-manuscript-title">
<span>{{ formItem.dbFieldTxt }}</span> <span>{{ formItem.dbFieldTxt }}</span>
<!-- 标准分解单--> <!-- 标准解读-->
<a-button type="primary" <a-button type="primary"
ghost ghost
icon="file-text" icon="file-text"
@@ -114,7 +114,7 @@
</div> </div>
</div> </div>
<!-- 标准分解单--> <!-- 标准解读-->
<standard-resolution-sheet-modal ref="standardResolutionSheetModal" /> <standard-resolution-sheet-modal ref="standardResolutionSheetModal" />
<!-- 查看全部弹框 --> <!-- 查看全部弹框 -->
<text-content-modal ref="textContentModal"></text-content-modal> <text-content-modal ref="textContentModal"></text-content-modal>
@@ -136,7 +136,7 @@ import { queryStandardInfoByStandardNumber } from '../../../../utils/util'
// 外来标准法规权限 // 外来标准法规权限
const ForeignStandardPermission = { const ForeignStandardPermission = {
standardResolutionSheet: 'foreignStandard:standardResolutionSheet', // 标准分解单 standardResolutionSheet: 'foreignStandard:standardResolutionSheet', // 标准解读
download: 'foreignStandard:download', // 下载 download: 'foreignStandard:download', // 下载
unwatermarkedDownload: 'foreignStandard:unwatermarkedDownload' // 无水印下载 unwatermarkedDownload: 'foreignStandard:unwatermarkedDownload' // 无水印下载
} }
@@ -299,7 +299,7 @@ export default {
this.$forceUpdate() this.$forceUpdate()
}, },
/** /**
* 查看标准分解单 * 查看标准解读
*/ */
previewStandardResolutionSheet (id) { previewStandardResolutionSheet (id) {
this.$refs.standardResolutionSheetModal.open(id) this.$refs.standardResolutionSheetModal.open(id)