Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
zhupu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sugar
zhupu
Commits
83c45d34
Commit
83c45d34
authored
Nov 24, 2023
by
wuxiaoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
读写权限
parent
06c47f76
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
1 deletion
+14
-1
application/admin/lang/zh-cn/family/family.php
application/admin/lang/zh-cn/family/family.php
+2
-1
application/admin/view/family/family/add.html
application/admin/view/family/family/add.html
+6
-0
application/admin/view/family/family/edit.html
application/admin/view/family/family/edit.html
+6
-0
No files found.
application/admin/lang/zh-cn/family/family.php
View file @
83c45d34
...
...
@@ -14,7 +14,8 @@ return [
'Village_id'
=>
'居委会'
,
'Address'
=>
'详细地址'
,
'Createtime'
=>
'创建时间'
,
'Rw_user_id'
=>
'管理人员'
,
'Rw_user_id'
=>
'读写权限'
,
'Ro_user_id'
=>
'查看权限'
,
'Status'
=>
'订单状态'
,
'Status 0'
=>
'隐藏(软删除)'
,
'Status 1'
=>
'显示'
,
...
...
application/admin/view/family/family/add.html
View file @
83c45d34
...
...
@@ -49,6 +49,12 @@
<input
id=
"c-rw_user_id"
data-rule=
"required"
data-multiple=
"true"
data-source=
"user/user/index"
data-search-field=
"id,nickname,mobile"
data-primary-key=
"id"
data-field=
"id"
data-format-item=
"{id} - {nickname} - {mobile}"
class=
"form-control selectpage"
name=
"row[rw_user_id]"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Ro_user_id')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-ro_user_id"
data-rule=
""
data-multiple=
"true"
data-source=
"user/user/index"
data-search-field=
"id,nickname,mobile"
data-primary-key=
"id"
data-field=
"id"
data-format-item=
"{id} - {nickname} - {mobile}"
class=
"form-control selectpage"
name=
"row[ro_user_id]"
type=
"text"
value=
""
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Type')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
...
...
application/admin/view/family/family/edit.html
View file @
83c45d34
...
...
@@ -49,6 +49,12 @@
<input
id=
"c-rw_user_id"
data-rule=
"required"
data-multiple=
"true"
data-source=
"user/user/index"
data-search-field=
"id,nickname,mobile"
data-primary-key=
"id"
data-field=
"id"
data-format-item=
"{id} - {nickname} - {mobile}"
class=
"form-control selectpage"
name=
"row[rw_user_id]"
type=
"text"
value=
"{$row.rw_user_id}"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Ro_user_id')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
<input
id=
"c-ro_user_id"
data-rule=
""
data-multiple=
"true"
data-source=
"user/user/index"
data-search-field=
"id,nickname,mobile"
data-primary-key=
"id"
data-field=
"id"
data-format-item=
"{id} - {nickname} - {mobile}"
class=
"form-control selectpage"
name=
"row[ro_user_id]"
type=
"text"
value=
"{$row.ro_user_id}"
>
</div>
</div>
<div
class=
"form-group"
>
<label
class=
"control-label col-xs-12 col-sm-2"
>
{:__('Type')}:
</label>
<div
class=
"col-xs-12 col-sm-8"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment