Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
周远喜
mes-ui
Commits
80f449b2
Commit
80f449b2
authored
Oct 22, 2020
by
renjintao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
getgroupUser
parent
a74751f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
22 deletions
+23
-22
zh-CN.js
i18n/locale/zh-CN.js
+2
-2
index1.vue
pages/project/groupUser/index1.vue
+21
-20
No files found.
i18n/locale/zh-CN.js
View file @
80f449b2
...
...
@@ -1912,7 +1912,7 @@ export default {
groupName
:
'项目组名称'
,
groupId
:
'项目组Id'
,
authority
:
'权限'
,
w
H
our
:
'可用工日'
,
w
HourPD
:
'可用工时/天'
w
h
our
:
'可用工日'
,
w
hourpd
:
'可用工时/天'
}
}
pages/project/groupUser/index1.vue
View file @
80f449b2
...
...
@@ -13,13 +13,13 @@
<state
v-if=
"edit != index"
code=
"project.group.status"
:value=
"row.status"
type=
"text"
></state>
<Dictionary
v-else
code=
"project.group.status"
v-model=
"cur.status"
></Dictionary>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"w
H
our"
>
<span
v-if=
"edit != index"
v-text=
"row.w
H
our"
></span>
<InputNumber
v-else
type=
"text"
v-model
.
trim=
"cur.w
H
our"
/>
<
template
slot-scope=
"{ row, index }"
slot=
"w
h
our"
>
<span
v-if=
"edit != index"
v-text=
"row.w
h
our"
></span>
<InputNumber
v-else
type=
"text"
v-model
.
trim=
"cur.w
h
our"
/>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"w
HourPD
"
>
<span
v-if=
"edit != index"
v-text=
"row.w
HourPD
"
></span>
<InputNumber
v-else
type=
"text"
v-model
.
trim=
"cur.w
HourPD
"
/>
<
template
slot-scope=
"{ row, index }"
slot=
"w
hourpd
"
>
<span
v-if=
"edit != index"
v-text=
"row.w
hourpd
"
></span>
<InputNumber
v-else
type=
"text"
v-model
.
trim=
"cur.w
hourpd
"
/>
</
template
>
<
template
slot-scope=
"{ row, index }"
slot=
"authority"
>
<state
v-if=
"edit != index"
code=
"project.group.authority"
:value=
"row.authority"
type=
"text"
></state>
...
...
@@ -72,8 +72,8 @@ export default {
userId
:
null
,
role
:
null
,
status
:
null
,
w
H
our
:
14
,
w
HourPD
:
7.0
,
w
h
our
:
14
,
w
hourpd
:
7.0
,
authority
:
null
,
note
:
''
},
...
...
@@ -101,17 +101,18 @@ export default {
slot
:
'status'
},
{
key
:
"w
H
our"
,
title
:
this
.
l
(
"w
H
our"
),
align
:
"
center
"
,
slot
:
'wHour'
key
:
"w
h
our"
,
title
:
this
.
l
(
"w
h
our"
),
align
:
"
right
"
,
width
:
200
,
slot
:
'whour'
},
{
key
:
"w
HourPD
"
,
title
:
this
.
l
(
"w
HourPD
"
),
key
:
"w
hourpd
"
,
title
:
this
.
l
(
"w
hourpd
"
),
align
:
"right"
,
slot
:
'wHourPD'
width
:
200
,
slot
:
'whourpd'
},
{
key
:
"authority"
,
...
...
@@ -203,8 +204,8 @@ export default {
userId
:
null
,
role
:
null
,
status
:
null
,
w
H
our
:
14
,
w
HourPD
:
7.0
,
w
h
our
:
14
,
w
hourpd
:
7.0
,
authority
:
null
,
note
:
''
};
...
...
@@ -240,8 +241,8 @@ export default {
this
.
cur
.
role
=
row
.
role
this
.
cur
.
status
=
row
.
status
this
.
cur
.
authority
=
row
.
authority
this
.
cur
.
w
Hour
=
row
.
wHour
this
.
cur
.
w
HourPD
=
row
.
wHourPD
this
.
cur
.
w
hour
=
row
.
whour
?
row
.
whour
:
14
this
.
cur
.
w
hourpd
=
row
.
whourpd
?
row
.
whourpd
:
7.0
this
.
cur
.
note
=
row
.
note
this
.
authorityCur
=
row
.
authority
this
.
edit
=
index
...
...
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