lanjianrong %!s(int64=4) %!d(string=hai) anos
pai
achega
a2beb0205c

+ 16 - 16
src/pages/Customer/Client/components/ClientDetail/LowerList.tsx

@@ -109,22 +109,22 @@ const ClientLowerList: React.FC<ClientLowerListProps> = ({ logList: { log: logs
       dataIndex: 'operatorName',
       key: 'operatorName',
       ellipsis: true,
-      width: 115,
-      render: (_, record) => (
-        <div className="flex items-center">
-          <div
-            className="rounded-1/2 w-5 h-5"
-            style={{
-              backgroundImage: `url(${
-                (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
-                (record.avatar ?? consts.DEFAULT_AVATAR)
-              })`,
-              backgroundSize: 'cover'
-            }}
-          />
-          <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
-        </div>
-      )
+      width: 115
+      // render: (_, record) => (
+      //   <div className="flex items-center">
+      //     <div
+      //       className="rounded-1/2 w-5 h-5"
+      //       style={{
+      //         backgroundImage: `url(${
+      //           (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
+      //           (record.avatar ?? consts.DEFAULT_AVATAR)
+      //         })`,
+      //         backgroundSize: 'cover'
+      //       }}
+      //     />
+      //     <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
+      //   </div>
+      // )
     },
     {
       title: '操作',

+ 16 - 16
src/pages/Customer/Company/components/CompanyDetail/LowerList.tsx

@@ -29,22 +29,22 @@ const CompanyLowerList: React.FC<CompanyLowerListProps> = ({ logList: { log: log
       dataIndex: 'operatorName',
       key: 'operatorName',
       ellipsis: true,
-      width: 115,
-      render: (_, record) => (
-        <div className="flex items-center">
-          <div
-            className="rounded-1/2 w-5 h-5"
-            style={{
-              backgroundImage: `url(${
-                (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
-                (record.avatar ?? consts.DEFAULT_AVATAR)
-              })`,
-              backgroundSize: 'cover'
-            }}
-          />
-          <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
-        </div>
-      )
+      width: 115
+      // render: (_, record) => (
+      //   <div className="flex items-center">
+      //     <div
+      //       className="rounded-1/2 w-5 h-5"
+      //       style={{
+      //         backgroundImage: `url(${
+      //           (isDevMode() ? 'http://cld2qa.com' : 'http://zhcld.com') +
+      //           (record.avatar ?? consts.DEFAULT_AVATAR)
+      //         })`,
+      //         backgroundSize: 'cover'
+      //       }}
+      //     />
+      //     <div className="ml-1 text-opacity-80 text-sm leading-4">{record.operatorName}</div>
+      //   </div>
+      // )
     },
     {
       title: '操作',