From ab3e0db922d40988583be20e0a724148f492d700 Mon Sep 17 00:00:00 2001 From: yanyizhou <2311759275@qq.com> Date: Wed, 29 Dec 2021 16:34:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86=20-=20?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20-=201.=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=8A=E6=96=B9=E7=9A=84=E2=80=9C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E2=80=9D=EF=BC=8C=E8=AE=BE=E7=BD=AE=E2=80=9C=E4=B8=AD?= =?UTF-8?q?=E6=96=87=E5=90=8D=E7=A7=B0=E2=80=9D=E2=80=9C=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E2=80=9D=E9=9D=9E=E5=BF=85=E5=A1=AB=EF=BC=88?= =?UTF-8?q?=E5=90=A6=E5=88=99=E6=97=A0=E6=B3=95=E5=8D=95=E7=8B=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=90=8E=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9=EF=BC=89?= =?UTF-8?q?=EF=BC=9B=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20=202.=E6=AD=A4=E2=80=9C=E7=BC=96=E8=BE=91=E2=80=9D=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E2=80=9C=E6=A0=87=E5=87=86=E6=80=A7=E8=B4=A8=E2=80=9D?= =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../foreignStandardsAndRegulations/index.vue | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index f897487fb..5056c4522 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -945,22 +945,22 @@ placeholder="请输入标准英文名称" clearable> - - - - - {{ item.label }} - - - + + + + + + + + + + + + + + + + @@ -2280,11 +2280,11 @@ export default { {type: 'string', max: 100, message: '标准年份不能超过100个字符', trigger: 'change'} ], standName: [ - {required: true, message: '中文名称不能为空', trigger: 'change'}, + {required: false, message: '中文名称不能为空', trigger: 'change'}, {type: 'string', max: 500, message: '中文名称不能超过500个字符', trigger: 'change'} ], standEnName: [ - {required: true, message: '英文名称不能为空', trigger: 'change'}, + {required: false, message: '英文名称不能为空', trigger: 'change'}, {type: 'string', max: 500, message: '英文名称不能超过500个字符', trigger: 'change'} // {validator: this.verify.valiateEnName, trigger: 'blur'} ],