mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
routine update
This commit is contained in:
parent
2494430fdf
commit
a792f4012f
@ -2,9 +2,11 @@
|
||||
|
||||
## 术语解释
|
||||
|
||||
在添加新功能之前,需要先了解OpenAuth.Net生成代码时的两个概念:动态头部和固定头部
|
||||
|
||||
#### 动态头部
|
||||
|
||||
如果启用动态头部,表示前端渲染列表(或表单)时,列表的列定义是从后端返回。常见的前端代码如下:
|
||||
如果启用动态头部,表示前端渲染列表(或表单)时,列表的列定义是从后端返回。通常用于控制前端字段显示权限。配合后端:[权限控制/字段权限](http://doc.openauth.net.cn/pro/datapropertyrule.html#%E5%AD%97%E6%AE%B5%E6%9D%83%E9%99%90) 如:常见的前端代码如下:
|
||||
```html
|
||||
<auth-table ref="mainTable" :table-fields="headerList"></auth-table>
|
||||
```
|
||||
@ -19,7 +21,9 @@ getList() {
|
||||
|
||||
```
|
||||
|
||||
否则生成的前端列为固定的头部。如下:
|
||||
#### 固定头部
|
||||
|
||||
如果不是上面的情况,则生成的前端列为固定的头部。如下:
|
||||
|
||||
```html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user