macarthor
macarthor
### 可复现的链接: https://codesandbox.io/p/sandbox/vxe-table-4-x-vue-3-0-wen-ti-yan-shi-forked-fqfdvd?file=%2Fsrc%2Fviews%2FDemo1.vue%3A106%2C13 ### 问题描述与截图: 如上边的codesanbox的demo,我给表格设置了`:edit-config="{trigger: 'click', mode: 'row'}`,但是还是需要双击单元格才能显示光标和输入 ### 期望的结果: 单击单元格就可以显示光标和输入 ### 操作系统: windows 10 ### 浏览器版本: Microsoft Edge 版本 121.0.2277.98 (正式版本) (64 位) ### vue 版本: 3.3.11 ###...
would you please add some features like application protection/lock, as means only authorized people can open the application and read the data, for any reasons
a convinient wrapper for New MaActionResult.Builder().code(MaActionResult.CODE_SUCCESS).msg(msg). and perhaps some other wrapper builders.
i didnt find recording in feature list, so i suppose it's not supported. is there some plan to support it?
- Laravel Version: #.#.# - PHP Version: #.#.# - Dcat Admin Version: #.#.# ### Description: 比如有一个模型,新增每一条数据时都需要上传一个图片和一个文件 能不能完成这个效果:批量添加模型数据,导入一个excel,里边有图片和文件都本地路径的列,比如: |名称|图片路径|文件路径| |模型1|c:\1.jpg|c:\1.txt| |模型2|c:\2.jpg|c:\2.txt| |模型3|c:\3.jpg|c:\3.txt| ### Steps To Reproduce: