diff --git a/mall4v/src/crud/user/user.js b/mall4v/src/crud/user/user.js index 0005481..29049e3 100644 --- a/mall4v/src/crud/user/user.js +++ b/mall4v/src/crud/user/user.js @@ -28,7 +28,8 @@ export const tableOption = { prop: 'pic', type: 'upload', imgWidth: 150, - listType: 'picture-img' + listType: 'picture-img', + slot: true }, { label: '状态', prop: 'status', diff --git a/mall4v/src/views/modules/user/user.vue b/mall4v/src/views/modules/user/user.vue index 749b79b..ed76ebd 100644 --- a/mall4v/src/views/modules/user/user.vue +++ b/mall4v/src/views/modules/user/user.vue @@ -15,6 +15,14 @@ + +