@yorha2b-lab/autodev 3.1.0 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -31,7 +31,7 @@ module.exports = `
|
|
|
31
31
|
|
|
32
32
|
### 表格主体 (Table)
|
|
33
33
|
- **标准项**: {title:'列名', dataIndex:'列名英文名词',type:''}。
|
|
34
|
-
- **配置项**: [pagination, expandable, rowSelection]
|
|
34
|
+
- **配置项**: [pagination, expandable, rowSelection] 均为布尔值false,只有页面明确有对应功能时才为true。
|
|
35
35
|
- **标准定义 (Columns)**:
|
|
36
36
|
- ⚠️ **操作锁定**: 严禁在 columns 数组中包含“操作”列。
|
|
37
37
|
- date: 时间/日期列
|