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'),