Parcourir la source

小细节修改

sujunling il y a 1 an
Parent
commit
2ff9f913aa
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/views/resource/proxy/index.vue
  2. 1 1
      src/views/resource/proxy/map.data.ts

+ 1 - 1
src/views/resource/proxy/index.vue

@@ -125,7 +125,7 @@ export default defineComponent({
       bordered: true,
       showIndexColumn: false,
       actionColumn: {
-        width: 50,
+        width: 70,
         title: '操作',
         dataIndex: 'action',
         slots: { customRender: 'action' },

+ 1 - 1
src/views/resource/proxy/map.data.ts

@@ -75,7 +75,7 @@ export const columns: BasicColumn[] = [
     dataIndex: 'SERVICEID',
     width: 70,
     // slots: { customRender: 'SERVICEID' },
-    sorter: true,
+    // sorter: true,
     customRender: ({ record }) => {
       var s = record.SERVICEID;
       return s.indexOf('MR') > -1