Browse Source

improve: 推广人icon

From-wh 2 years ago
parent
commit
b0ac0f29bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template/admin/src/pages/user/list/index.vue

+ 2 - 2
template/admin/src/pages/user/list/index.vue

@@ -336,7 +336,7 @@
               <img v-lazy="formInline.image" />
             </div>
             <div class="upLoad acea-row row-center-wrapper" v-else>
-              <Icon type="ios-camera-outline" size="26" />
+              <Icon type="md-person" size="26" />
             </div>
           </div>
         </FormItem>
@@ -594,7 +594,7 @@ export default {
           align: 'center',
         },
         {
-          title: 'ID',
+          title: '用户ID',
           key: 'uid',
           width: 80,
         },