diff --git a/src/views/projectManagement/CommitteeMeeting.vue b/src/views/projectManagement/CommitteeMeeting.vue
index 079f5fb..c8dec23 100644
--- a/src/views/projectManagement/CommitteeMeeting.vue
+++ b/src/views/projectManagement/CommitteeMeeting.vue
@@ -185,13 +185,13 @@ export default {
align: 'center',
dataIndex: 'meetingName',
scopedSlots: {customRender: 'htmlSlot'},
- width: 160,
+ width: 220,
},
{
title: '会议类型',
align: 'center',
dataIndex: 'meetingType_dictText',
- width: 100,
+ width: 120,
scopedSlots: {customRender: 'text'}
},
{
@@ -205,7 +205,7 @@ export default {
title: '召开时间',
align: 'center',
dataIndex: 'startTime',
- width: 160,
+ width: 200,
customRender: (text, record) => (
)
},
@@ -213,14 +213,14 @@ export default {
title: '召开地点',
align: 'center',
dataIndex: 'venue',
- width: 160,
+ width: 260,
customRender: (text, record) => ()
},
{
title: '年份',
align: 'center',
dataIndex: 'particularYear',
- width: 100,
+ width: 120,
scopedSlots: {customRender: 'text'}
},
{
@@ -240,7 +240,7 @@ export default {
title: '操作',
align: 'center',
fixed: 'right',
- width: 160,
+ width: 180,
scopedSlots: {customRender: 'action'}
},
],
diff --git a/src/views/projectManagement/ConferenceMaintenance.vue b/src/views/projectManagement/ConferenceMaintenance.vue
index e08f403..d11c2f3 100644
--- a/src/views/projectManagement/ConferenceMaintenance.vue
+++ b/src/views/projectManagement/ConferenceMaintenance.vue
@@ -205,7 +205,7 @@ export default {
title: '召开时间',
align: 'center',
dataIndex: 'startTime',
- width: 160,
+ width: 200,
customRender: (text, record) => (
)
},
@@ -213,7 +213,7 @@ export default {
title: '召开地点',
align: 'center',
dataIndex: 'venue',
- width: 160,
+ width: 200,
customRender: (text, record) => (
)
},
@@ -221,7 +221,7 @@ export default {
title: '年份',
align: 'center',
dataIndex: 'particularYear',
- width: 100,
+ width: 120,
scopedSlots: { customRender: 'text' }
},
{
diff --git a/src/views/projectManagement/InternationalSeminar.vue b/src/views/projectManagement/InternationalSeminar.vue
index 963043e..a59fee2 100644
--- a/src/views/projectManagement/InternationalSeminar.vue
+++ b/src/views/projectManagement/InternationalSeminar.vue
@@ -170,14 +170,14 @@ export default {
title: '召开时间',
align: 'center',
dataIndex: 'startTime',
- width: 160,
+ width: 200,
customRender: (text, record) => ()
},
{
title: '召开地点',
align: 'center',
dataIndex: 'venue',
- width: 160,
+ width: 200,
customRender: (text, record) => ()
},
{
@@ -185,7 +185,7 @@ export default {
align: 'center',
dataIndex: 'particularYear',
scopedSlots: {customRender: 'text'},
- width: 100,
+ width: 120,
},
{
title: '创建时间',
diff --git a/src/views/projectManagement/OtherMeeting.vue b/src/views/projectManagement/OtherMeeting.vue
index 21347d2..4fe7c2d 100644
--- a/src/views/projectManagement/OtherMeeting.vue
+++ b/src/views/projectManagement/OtherMeeting.vue
@@ -86,7 +86,8 @@
@change="handleTableChange">
- {{ text }}
+
+
@@ -147,13 +148,13 @@ name: 'OtherMeeting',
align: 'center',
dataIndex: 'meetingName',
scopedSlots: {customRender: 'htmlSlot'},
- width: 160,
+ width: 220,
},
{
title: '会议类型',
align: 'center',
dataIndex: 'meetingType_dictText',
- width: 100,
+ width: 120,
scopedSlots: {customRender: 'text'}
},
{
@@ -167,21 +168,21 @@ name: 'OtherMeeting',
title: '召开时间',
align: 'center',
dataIndex: 'startTime',
- width: 160,
+ width: 220,
customRender: (text, record) => ()
},
{
title: '召开地点',
align: 'center',
dataIndex: 'venue',
- width: 160,
+ width: 240,
customRender: (text, record) => ()
},
{
title: '年份',
align: 'center',
dataIndex: 'particularYear',
- width: 100,
+ width: 120,
scopedSlots: {customRender: 'text'}
},
{
@@ -194,7 +195,7 @@ name: 'OtherMeeting',
title: '操作',
align: 'center',
fixed: 'right',
- width: 160,
+ width: 180,
scopedSlots: {customRender: 'action'}
},
],