diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 4119649..cd9e525 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -46,6 +46,10 @@ const getAdvancedSearchAll = (params) => postAction('/home/lawsHomeSearch/getAdv const getAdvancedSearchClause = (params) => postAction('/home/lawsHomeSearch/getAdvancedSearchClause', params) // 高级检索-导出 const exportAdvancedSearch = (params) => postDownFile('/home/lawsHomeSearch/advancedSearchExportExcel', params) + +// 最新入库标准 +const getHomeNewStandard = (params) => getAction('/process/standardInterpretFlow/homeNewestStandardInterpret', params) + export { getSearchHistoryData, deleteSearchHistoryById, @@ -67,5 +71,6 @@ export { exportGeneralSearch, getAdvancedSearchAll, getAdvancedSearchClause, - exportAdvancedSearch + exportAdvancedSearch, + getHomeNewStandard } diff --git a/src/common/lang/dashboard/en.js b/src/common/lang/dashboard/en.js index bff4103..6cf778a 100644 --- a/src/common/lang/dashboard/en.js +++ b/src/common/lang/dashboard/en.js @@ -96,5 +96,16 @@ module.exports = { titleSearch: 'Title search', fullSearch: 'full-text searching', advancedSearch: 'Advanced Search' + }, + // 列表部分 + tableList: { + newWarehousingStandards: 'Latest warehousing standards', + marketUpdates: 'Market updates', + newWarehousingEnterpriseStandards: 'Latest inbound enterprise standards', + newInterpretationStandards: 'Latest Interpretation Standards', + implementStandards: 'Implement standards', + interpretationInfo: 'Interpreting Information', + substituteStandardNumber: 'Substitute standard number', + source: 'Source' } } diff --git a/src/common/lang/dashboard/zh.js b/src/common/lang/dashboard/zh.js index 7571cb9..b904da8 100644 --- a/src/common/lang/dashboard/zh.js +++ b/src/common/lang/dashboard/zh.js @@ -96,5 +96,16 @@ module.exports = { titleSearch: '标题检索', fullSearch: '全文检索', advancedSearch: '高级检索' + }, + // 列表部分 + tableList: { + newWarehousingStandards: '最新入库标准', + marketUpdates: '市场更新情况', + newWarehousingEnterpriseStandards: '最新入库企标', + newInterpretationStandards: '最新解读标准', + implementStandards: '将实施标准', + interpretationInfo: '解读信息', + substituteStandardNumber: '代替标准编号', + source: '来源' } } diff --git a/src/views/dashboard/modules/SearchAndWarningCard.vue b/src/views/dashboard/modules/SearchAndWarningCard.vue index 62085e4..e5a01f0 100644 --- a/src/views/dashboard/modules/SearchAndWarningCard.vue +++ b/src/views/dashboard/modules/SearchAndWarningCard.vue @@ -40,32 +40,47 @@
{{ global.emptyLine }}
+ + + +