From b6cdda5d6a5750a4ba6614341a9bc883f597bbd8 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Thu, 12 Aug 2021 17:51:12 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E9=83=A8=E4=BB=B6=E7=BC=96=E5=8F=B7?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E6=A8=A1=E5=9D=97=E5=BC=80=E5=8F=91=E5=AE=8C?= =?UTF-8?q?=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/navMenu/index.vue | 14 +- .../details/otherStandardDetails/index.vue | 8 +- .../partCodeApply/index.vue | 306 +++++++++++++++--- 3 files changed, 267 insertions(+), 61 deletions(-) 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') : '' }} + - - - - + + + - - - - + + + + - - - - + + + + - - - - - 查询 - - - - - 清空 - - - - + + + + + 查询 + + + + + 清空 + + + - - - - 导出 - - - - 删除 - - + + + 导出 + + + + 删除 + - + 数据获取中... - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + 取消 + 提交 + + -