diff --git a/src/views/iot/weihu/components/RemarksList.vue b/src/views/iot/weihu/components/RemarksList.vue index d7083d9..aaa5f3e 100644 --- a/src/views/iot/weihu/components/RemarksList.vue +++ b/src/views/iot/weihu/components/RemarksList.vue @@ -89,7 +89,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue'; canResize:false, showIndexColumn: true, actionColumn: { - width: 180, + width: 130, fixed:'right' }, beforeFetch: (params) => { @@ -168,7 +168,7 @@ import {ref, reactive, computed, unref, defineProps} from 'vue'; // }, // } // ] - const actions = [{}]; + const actions = []; actions.push( { label: '详情',