From b2409bffaba0ba6c70924213046c0ace95a8fe5d Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 2 Jul 2024 14:40:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E5=B8=82=E5=9C=BA=E6=B3=95=E8=A7=84?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lang/standardRegulationLibrary/en-us.js | 3 +- .../lang/standardRegulationLibrary/zh-cn.js | 3 +- .../MarketRegulationsDetailPage.vue | 142 +++++++++++++----- .../MarketRegulationsFormPage.vue | 1 - .../MarketRegulationsList.vue | 33 +++- 5 files changed, 142 insertions(+), 40 deletions(-) diff --git a/src/common/lang/standardRegulationLibrary/en-us.js b/src/common/lang/standardRegulationLibrary/en-us.js index 5f33dc6..1d20409 100644 --- a/src/common/lang/standardRegulationLibrary/en-us.js +++ b/src/common/lang/standardRegulationLibrary/en-us.js @@ -72,7 +72,8 @@ module.exports = { templateName: 'Market regulation list import template', historicalVersion: 'Historical version', standardExist: 'The standard already exists', - haveStandardExist: 'Some standards already exist' + haveStandardExist: 'Some standards already exist', + pleaseSelectAListPublish: 'Please select a list to publish' }, // 市场清单详情列表字段 marketListField: { diff --git a/src/common/lang/standardRegulationLibrary/zh-cn.js b/src/common/lang/standardRegulationLibrary/zh-cn.js index a48ba2f..1491a51 100644 --- a/src/common/lang/standardRegulationLibrary/zh-cn.js +++ b/src/common/lang/standardRegulationLibrary/zh-cn.js @@ -73,7 +73,8 @@ module.exports = { templateName: '市场法规清单导入模版', historicalVersion: '历史版本', standardExist: '标准已经存在', - haveStandardExist: '部分标准已存在' + haveStandardExist: '部分标准已存在', + pleaseSelectAListPublish: '请选择一个清单进行发布' }, // 市场清单详情列表字段 marketListField: { diff --git a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue index 6e8168e..171bb4c 100644 --- a/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue +++ b/src/views/standardRegulationLibrary/marketRegulationsList/MarketRegulationsDetailPage.vue @@ -1,41 +1,42 @@