|
@@ -96,7 +96,6 @@ export default {
|
|
|
{
|
|
|
key: 'location',
|
|
|
name: '上传位置',
|
|
|
- minWidth: this.$col.b,
|
|
|
render: (h, { row }) =>
|
|
|
h(
|
|
|
'span',
|
|
@@ -105,11 +104,19 @@ export default {
|
|
|
}`
|
|
|
)
|
|
|
},
|
|
|
-
|
|
|
+ {
|
|
|
+ key: 'nickname',
|
|
|
+ name: '账号昵称'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ key: 'phonenumber',
|
|
|
+ name: '账号手机号码',
|
|
|
+ width: this.$col.b
|
|
|
+ },
|
|
|
{
|
|
|
key: 'listPreview',
|
|
|
name: '列表预览图',
|
|
|
- minWidth: this.$col.b,
|
|
|
+ width: this.$col.b,
|
|
|
render: (h, { row }) => {
|
|
|
if (!row.listPreview) {
|
|
|
return h('span', '图片正在处理中请稍等...');
|
|
@@ -135,7 +142,7 @@ export default {
|
|
|
{
|
|
|
key: 'createAt',
|
|
|
name: '上传时间',
|
|
|
- minWidth: this.$col.b
|
|
|
+ width: this.$col.b
|
|
|
},
|
|
|
{
|
|
|
key: 'auditStatus',
|