Alex 11 месяцев назад
Родитель
Сommit
6ec4307fc7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/views/riskControl/restrictLog/components/restrict-history.vue

+ 1 - 1
src/views/riskControl/restrictLog/components/restrict-history.vue

@@ -48,7 +48,7 @@
   const columns = ref([
     { label: '限制时间', prop: 'createTime', align: 'center', width: 180 },
     { label: '限制类型', prop: 'limitType', align: 'center' },
-    { label: '操作员', prop: 'createName', align: 'center', width: 90 }
+    { label: '操作员', prop: 'createName', align: 'center', width: 120 }
   ]);
 
   const pageConfig = ref({