From 3884daed8bb10f4d71fb011dab3a15fc4285d837 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Mon, 18 Jul 2022 16:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88=E6=80=A7?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E6=90=9C=E7=B4=A2=E5=AD=97=E6=AE=B5=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../regulationsKanban/components/addModel.vue | 2 +- jero-web/src/views/regulationsKanban/index.vue | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/jero-web/src/views/regulationsKanban/components/addModel.vue b/jero-web/src/views/regulationsKanban/components/addModel.vue index 4235b2707..67d93b664 100644 --- a/jero-web/src/views/regulationsKanban/components/addModel.vue +++ b/jero-web/src/views/regulationsKanban/components/addModel.vue @@ -221,7 +221,7 @@ export default { let params = { id:this.paramsManifestId, dutyTerritory:this.formData.dutyTerritory?this.formData.dutyTerritory:'', - projectName:this.formData.projectName, + projectName:this.formData.projectName?this.formData.projectName:'', projectNameId:this.formData.projectNameId?this.formData.projectNameId:'', } this.loading = true diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue index 530f40f8d..9e9882973 100644 --- a/jero-web/src/views/regulationsKanban/index.vue +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -8,8 +8,8 @@
{{ $t('standard') }}
- + @@ -17,8 +17,8 @@
{{$t('title')}}
- +
@@ -164,17 +164,20 @@ export default { { title: this.$t('standard'), align: 'center', - dataIndex: 'serialNumber' + dataIndex: 'serialNumber', + width: 180 }, { title: this.$t('title'), align: 'center', - dataIndex: 'title' + dataIndex: 'title', + width: 180 }, { title: this.$t('status'), align: 'center', - dataIndex: 'state_dicText' + dataIndex: 'state_dicText', + width: 180 }, // { // title: this.$t('category'),