Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica.cloud.web-education-admin
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
提交
打开侧边栏
com.pica.cloud.education.frontend
pica.cloud.web-education-admin
提交
50b9b74f
提交
50b9b74f
编写于
4月 15, 2019
作者:
Yuanzhao.dai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fixed
上级
9fc14fe5
变更
3
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
add-patient-time.vue
src/views/followup/plan-manage/dialog/add-patient-time.vue
+1
-1
plan-modify.vue
src/views/followup/plan-manage/plan-modify.vue
+2
-2
resident-list.vue
src/views/followup/plan-manage/resident-list.vue
+4
-4
未找到文件。
src/views/followup/plan-manage/dialog/add-patient-time.vue
浏览文件 @
50b9b74f
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
:visible
.
sync=
"showAddPatientTime"
:visible
.
sync=
"showAddPatientTime"
v-if=
"showThisPage"
v-if=
"showThisPage"
:before-close=
"clickClose"
:before-close=
"clickClose"
width=
"3
3
%"
width=
"3
5
%"
center
>
center
>
<div
class=
"finish-content"
>
<div
class=
"finish-content"
>
<el-form
<el-form
...
...
src/views/followup/plan-manage/plan-modify.vue
浏览文件 @
50b9b74f
...
@@ -197,9 +197,9 @@
...
@@ -197,9 +197,9 @@
this
.
newHasSelectedList
=
this
.
newHasSelectedList
.
concat
(
newAddPatientList
);
this
.
newHasSelectedList
=
this
.
newHasSelectedList
.
concat
(
newAddPatientList
);
if
(
this
.
newHasSelectedList
.
length
>
this
.
hasSelectedList
.
length
)
{
if
(
this
.
newHasSelectedList
.
length
>
this
.
hasSelectedList
.
length
)
{
this
.
showAddPatientTime
=
true
;
this
.
showAddPatientTime
=
true
;
if
(
showNames
.
length
>
4
)
{
if
(
showNames
.
length
>
5
)
{
const
le
=
showNames
.
length
const
le
=
showNames
.
length
showNames
=
showNames
.
slice
(
0
,
4
)
showNames
=
showNames
.
slice
(
0
,
5
)
showNames
=
`
${
showNames
.
join
(
'、'
)}
等
${
le
}
人`
showNames
=
`
${
showNames
.
join
(
'、'
)}
等
${
le
}
人`
}
else
{
}
else
{
showNames
=
showNames
.
join
(
'、'
)
showNames
=
showNames
.
join
(
'、'
)
...
...
src/views/followup/plan-manage/resident-list.vue
浏览文件 @
50b9b74f
...
@@ -352,9 +352,9 @@
...
@@ -352,9 +352,9 @@
planPatientsIdList
.
push
(
item
.
fuPlanPatientId
)
planPatientsIdList
.
push
(
item
.
fuPlanPatientId
)
});
});
console
.
log
(
patientIds
)
console
.
log
(
patientIds
)
if
(
patientNames
.
length
>
4
)
{
if
(
patientNames
.
length
>
5
)
{
const
le
=
patientNames
.
length
const
le
=
patientNames
.
length
patientNames
=
patientNames
.
slice
(
0
,
4
)
patientNames
=
patientNames
.
slice
(
0
,
5
)
patientNames
=
`
${
patientNames
.
join
(
'、'
)}
等
${
le
}
人`
patientNames
=
`
${
patientNames
.
join
(
'、'
)}
等
${
le
}
人`
}
else
{
}
else
{
patientNames
=
patientNames
.
join
(
'、'
)
patientNames
=
patientNames
.
join
(
'、'
)
...
@@ -409,9 +409,9 @@
...
@@ -409,9 +409,9 @@
patientIds
.
push
(
item
.
patientId
)
patientIds
.
push
(
item
.
patientId
)
patientNames
.
push
(
item
.
nickname
)
patientNames
.
push
(
item
.
nickname
)
})
})
if
(
patientNames
.
length
>
4
)
{
if
(
patientNames
.
length
>
5
)
{
const
le
=
patientNames
.
length
const
le
=
patientNames
.
length
patientNames
=
patientNames
.
slice
(
0
,
4
)
patientNames
=
patientNames
.
slice
(
0
,
5
)
patientNames
=
`
${
patientNames
.
join
(
'、'
)}
等
${
le
}
人`
patientNames
=
`
${
patientNames
.
join
(
'、'
)}
等
${
le
}
人`
}
else
{
}
else
{
patientNames
=
patientNames
.
join
(
'、'
)
patientNames
=
patientNames
.
join
(
'、'
)
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录