Browse Source

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 2 days ago
parent
commit
22cc66ecba

+ 1 - 1
src/pages/launchSystemV3/monitorEWList/astraSupport‌.tsx

@@ -56,7 +56,7 @@ const AstraSupport: React.FC = () => {
                 }}
                 }}
                 options={corpWechatList}
                 options={corpWechatList}
             />
             />
-            <Input value={queryParams?.corpUserName} style={{ width: 140 }} placeholder='企业用户名称' onChange={(e) => setQueryParams({ ...queryParams, corpUserName: e.target.value, pageNum: 1 })} allowClear />
+            <Input value={queryParams?.corpUserName} style={{ width: 140 }} placeholder='客服号名称' onChange={(e) => setQueryParams({ ...queryParams, corpUserName: e.target.value, pageNum: 1 })} allowClear />
             <Button type='primary' onClick={() => {
             <Button type='primary' onClick={() => {
                 setQueryParamsNew({ ...queryParams })
                 setQueryParamsNew({ ...queryParams })
             }}>搜索</Button>
             }}>搜索</Button>

+ 2 - 2
src/pages/launchSystemV3/monitorEWList/tableConfig.tsx

@@ -42,7 +42,7 @@ export const CorpUserDayListTableConfig = (): ColumnsType<never> => {
             },
             },
         },
         },
         {
         {
-            title: '企业用户名称',
+            title: '客服号名称',
             dataIndex: 'corpUserName',
             dataIndex: 'corpUserName',
             key: 'corpUserName',
             key: 'corpUserName',
             width: 100,
             width: 100,
@@ -52,7 +52,7 @@ export const CorpUserDayListTableConfig = (): ColumnsType<never> => {
             },
             },
         },
         },
         {
         {
-            title: '企业用户ID',
+            title: '客服号ID',
             dataIndex: 'corpUserId',
             dataIndex: 'corpUserId',
             key: 'corpUserId',
             key: 'corpUserId',
             width: 100,
             width: 100,