diff --git a/src/components/navMenu/index.vue b/src/components/navMenu/index.vue index c26c24ebd..c1a7bfcb4 100644 --- a/src/components/navMenu/index.vue +++ b/src/components/navMenu/index.vue @@ -88,11 +88,11 @@ export default { path: '/domesticStandardsAndRegulations', menuId: '3e3657498664beaa0dc1de1ecb3ae0da' }, - // { - // title: '零部件编号申请', - // path: '/partCodeApply', - // menuId: '' - // }, + { + title: '零部件编号申请', + path: '/partCodeApply', + menuId: 'ad9db496772c075f78495382b7581fe9' + }, // { // title: '标准法规工作组数据统计', // path: '/dataStatisComments', @@ -310,11 +310,11 @@ export default { // path: '/convertDocView', // menuId: '3F52K25546' // }, - /*{ + { title: '菜单管理', path: '/menuManage', menuId: '87b8b4f5817a7829696e63185c744d52' - },*/ + }, { title: '链接管理', path: '/linkManage', diff --git a/src/pages/details/otherStandardDetails/index.vue b/src/pages/details/otherStandardDetails/index.vue index b472b7646..362c13083 100644 --- a/src/pages/details/otherStandardDetails/index.vue +++ b/src/pages/details/otherStandardDetails/index.vue @@ -539,7 +539,7 @@ prop="termsConditions" label="解读内容" show-overflow-tooltip - :resizable="false" + > {{ scope.row.termsConditions ? scope.row.termsConditions.replace(/<.*?>/ig, ' ') : '' }} @@ -550,11 +550,17 @@ :formatter="formatterTime" label="新车型实施日期(文本)" width="180"> + + {{ scope.row.xcxssrq ? $moment(scope.row.xcxssrq).format('YYYY-MM-DD HH:mm:ss') : '' }} + + + {{ scope.row.zccssrq ? $moment(scope.row.zccssrq).format('YYYY-MM-DD HH:mm:ss') : '' }} + - - - - + + + - - - - + + + + - - - - + + + + - - - - - 查询 - - - - - 清空 - - - - + + + + + 查询 + + + + + 清空 + + + - - - - 导出 - - - - 删除 - - + + + 导出 + + + + 删除 + - + 数据获取中... - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + 取消 + 提交 + + -