|
@@ -21,6 +21,20 @@ export const columns: BasicColumn[] = [
|
|
|
align:"center",
|
|
|
dataIndex: 'status_dictText'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '资料专员',
|
|
|
+ align:"center",
|
|
|
+ // dataIndex: 'dataUser_dictText'
|
|
|
+ dataIndex: 'dataUserStr',
|
|
|
+ slots: { customRender: 'xiaoErUserTag' },
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '建站专员',
|
|
|
+ align:"center",
|
|
|
+ // dataIndex: 'websiteUser_dictText'
|
|
|
+ dataIndex: 'websiteUserStr',
|
|
|
+ slots: { customRender: 'xiaoErUserTag' },
|
|
|
+ },
|
|
|
{
|
|
|
title: '创建日期',
|
|
|
align:"center",
|
|
@@ -91,13 +105,6 @@ export const columns: BasicColumn[] = [
|
|
|
slots: { customRender: 'xiaoErUserTag' },
|
|
|
},
|
|
|
{
|
|
|
- title: '资料专员',
|
|
|
- align:"center",
|
|
|
- // dataIndex: 'dataUser_dictText'
|
|
|
- dataIndex: 'dataUserStr',
|
|
|
- slots: { customRender: 'xiaoErUserTag' },
|
|
|
- },
|
|
|
- {
|
|
|
title: '建站顾问',
|
|
|
align:"center",
|
|
|
// dataIndex: 'kefuUser_dictText'
|
|
@@ -133,13 +140,6 @@ export const columns: BasicColumn[] = [
|
|
|
slots: { customRender: 'xiaoErUserTag' },
|
|
|
},
|
|
|
{
|
|
|
- title: '建站专员',
|
|
|
- align:"center",
|
|
|
- // dataIndex: 'websiteUser_dictText'
|
|
|
- dataIndex: 'websiteUserStr',
|
|
|
- slots: { customRender: 'xiaoErUserTag' },
|
|
|
- },
|
|
|
- {
|
|
|
title: '社媒专员',
|
|
|
align:"center",
|
|
|
// dataIndex: 'socialUser_dictText',
|