+
@@ -198,6 +198,18 @@ export default {
mixins: [JeroListMixin],
data () {
return {
+ operationList: [
+ {
+ text: this.$t('view'),
+ clickEvent: 'handleDetail',
+ has: 'enterpriseStandardLibrary:plan:detail'
+ },
+ {
+ text: this.$t('delete'),
+ clickEvent: 'handleDelete',
+ has: 'enterpriseStandardLibrary:plan:delete'
+ }
+ ],
categoryTreeList: [], // 组织机构下拉框数据
labelCol: {
span: 4
@@ -378,6 +390,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 200
}
],
diff --git a/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue b/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue
index 5eda6ff9..8f757c34 100644
--- a/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue
+++ b/src/views/enterpriseStandardLibrary/reviewMeeting/ReviewMeetingList.vue
@@ -169,6 +169,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 170
}
],
diff --git a/src/views/personalCenter/myCollection/MyCollection.vue b/src/views/personalCenter/myCollection/MyCollection.vue
index 301f10a6..8a2bac7f 100644
--- a/src/views/personalCenter/myCollection/MyCollection.vue
+++ b/src/views/personalCenter/myCollection/MyCollection.vue
@@ -122,6 +122,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 200
}
],
diff --git a/src/views/system/enterpriseLevelMapManage/EnterpriseLevelMapList.vue b/src/views/system/enterpriseLevelMapManage/EnterpriseLevelMapList.vue
index f98f4b11..bf72b4d1 100644
--- a/src/views/system/enterpriseLevelMapManage/EnterpriseLevelMapList.vue
+++ b/src/views/system/enterpriseLevelMapManage/EnterpriseLevelMapList.vue
@@ -69,6 +69,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 100
}
],
diff --git a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
index 1ff3a48b..51f6426f 100644
--- a/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
+++ b/src/views/system/firendshipLinkManage/FriendshipLinkList.vue
@@ -126,6 +126,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 170
}
],
diff --git a/src/views/system/internalWorkGroup/WorkingGroupList.vue b/src/views/system/internalWorkGroup/WorkingGroupList.vue
index fb197dd8..6970703b 100644
--- a/src/views/system/internalWorkGroup/WorkingGroupList.vue
+++ b/src/views/system/internalWorkGroup/WorkingGroupList.vue
@@ -227,6 +227,7 @@ export default {
title: this.$t('operation'),
scopedSlots: { customRender: 'action' },
align: 'center',
+ fixed: 'right',
width: 170
}
],