Преглед изворни кода

Merge branch 'master' into dev

skyline пре 2 година
родитељ
комит
f989331cac
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      admin-web/src/views/admin/account/index.vue

+ 1 - 1
admin-web/src/views/admin/account/index.vue

@@ -155,7 +155,7 @@ const state = reactive({
       // {label: '用户名',width: 150,  prop: 'userName', resizable: true, fixed: 'left'},
       {label: '手机号', width: 120, prop: 'mobilePhone', resizable: true, fixed: 'left'},
       {label: '余额', width: 80, prop: 'balance', resizable: true, fixed: 'left'},
-      {label: '冻结余额', width: 80, prop: 'frozenAmount', resizable: true, fixed: 'left'},
+      {label: '冻结余额', width: 90, prop: 'frozenAmount', resizable: true, fixed: 'left'},
       {label: '状态', width: 80, prop: 'status', align: 'center'},
       {label: '注册时间', width: 160, prop: 'registerTime', resizable: true},
       {label: '充值次数', width: 90, prop: 'rechargeTimes', resizable: true},