浏览代码

fix(core): 修复

wjx 1 年之前
父节点
当前提交
da7be3df8c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/pages/Income/tableConfig.tsx
  2. 2 2
      src/pages/Opus/index.tsx

+ 1 - 1
src/pages/Income/tableConfig.tsx

@@ -83,7 +83,7 @@ const Columns = (): ColumnsType<any> => {
       },
       },
     },
     },
     {
     {
-      title: '素材奖励结算',
+      title: '素材奖励结算方式',
       dataIndex: 'checkoutType',
       dataIndex: 'checkoutType',
       key: 'checkoutType',
       key: 'checkoutType',
       align: 'center',
       align: 'center',

+ 2 - 2
src/pages/Opus/index.tsx

@@ -102,10 +102,10 @@ const Opus: React.FC = () => {
                       <Select
                       <Select
                         showSearch
                         showSearch
                         allowClear
                         allowClear
-                        style={{ width: 150 }}
+                        style={{ width: 180 }}
                         loading={getUserNameList.loading}
                         loading={getUserNameList.loading}
                         onSearch={handleSearch}
                         onSearch={handleSearch}
-                        placeholder="请输入名称查找"
+                        placeholder="输入素材上传作者查找"
                         defaultActiveFirstOption={false}
                         defaultActiveFirstOption={false}
                         suffixIcon={null}
                         suffixIcon={null}
                         filterOption={false}
                         filterOption={false}