Yogi

Results 5 issues of Yogi

### 🔩 所属模块或组件 `` `` ### 🥰 需求描述 金钱符号,希望英文国际化后从羊角符(¥) 变为美元符($) ### ⛰ 功能需求适用场景 做国外项目 ### 🧐 解决方案 ``` { dataIndex: 'Price', title: 'Price', render: (text) => { return '$ '...

👏🏻 Welcome pr

![Snipaste_2022-10-10_15-52-59](https://user-images.githubusercontent.com/111735598/194820647-b379ccd0-740c-404b-b030-4944b8ee9238.png) ![Snipaste_2022-10-10_15-57-36](https://user-images.githubusercontent.com/111735598/194821316-ab8b8c2f-88cc-4f7d-85ef-b34eccacb639.png)

⭕️ bug
umi

"Incomplete request, Please check if the sub-request has complete request content and there should be two '\r\n' between sub-request header and content!" ```CSharp using B1SLayer; var serviceLayer = new SLConnection("https://***:10000/b1s/v2",...

https://procomponents.ant.design/components/editable-table#tableroweditable ### tableroweditable 列出的属性缺少`onValuesChange`的属性描述 * 实时保存的编辑表格有该字段的使用示例 [实时保存的编辑表格](https://procomponents.ant.design/components/editable-table#%E5%AE%9E%E6%97%B6%E4%BF%9D%E5%AD%98%E7%9A%84%E7%BC%96%E8%BE%91%E8%A1%A8%E6%A0%BC) * [github 源码链接](https://github.com/ant-design/pro-components/blob/master/packages/table/src/components/EditableTable/index.md#tableroweditable) ![image](https://github.com/user-attachments/assets/98ea1756-72cf-4fab-87fc-6ba9cd83c702) ![image](https://github.com/user-attachments/assets/4d468e7f-4f79-48be-bfb0-3caf2d848e6d)