Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
P
pica-admin-IM
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
Close sidebar
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
com.pica.cloud.education.frontend
pica-admin-IM
提交
19ce5f58
提交
19ce5f58
编写于
9月 19, 2019
作者:
qingzhong.ren@picahealth.com
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改逻辑
上级
ec205d47
变更
1
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
21 行增加
和
46 行删除
+21
-46
question-list.vue
src/views/question-naire/question-list.vue
+21
-46
未找到文件。
src/views/question-naire/question-list.vue
浏览文件 @
19ce5f58
...
@@ -194,7 +194,10 @@
...
@@ -194,7 +194,10 @@
>
>
</el-col>
</el-col>
</el-form-item>
</el-form-item>
<el-form-item
label=
"下一题按钮"
v-if=
"questionEditList.showType == 1"
>
<el-form-item
label=
"下一题按钮"
v-if=
"questionEditList.showType == 1"
>
<div
class=
"submit-btn"
style=
"margin-right:20px;"
>
<div
class=
"submit-btn"
style=
"margin-right:20px;"
>
<p>
置灰不可点
</p>
<p>
置灰不可点
</p>
<el-upload
<el-upload
...
@@ -272,13 +275,11 @@
...
@@ -272,13 +275,11 @@
></el-input>
></el-input>
</el-form-item>
</el-form-item>
<el-form-item
label=
"基本信息"
v-if=
"questionEditList.showType == 2"
>
<el-form-item
label=
"基本信息"
v-if=
"questionEditList.showType == 2"
>
<el-checkbox
<el-checkbox-group
v-model=
"questionEditList.baseInfoList"
>
v-for=
"(item, index) in questionEditList.baseInfoList"
<el-checkbox
label=
"1"
>
姓名
</el-checkbox>
:label=
"item.typeValue"
<el-checkbox
label=
"2"
>
手机号
</el-checkbox>
:key=
"index"
<el-checkbox
label=
"3"
>
地址
</el-checkbox>
v-model=
"item.checked"
</el-checkbox-group>
>
{{ item.typeName }}
</el-checkbox
>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label=
"问卷起始时间"
label=
"问卷起始时间"
...
@@ -367,19 +368,20 @@
...
@@ -367,19 +368,20 @@
></el-input>
></el-input>
<span
style=
"font-size:12px;"
>
限40字符
</span>
<span
style=
"font-size:12px;"
>
限40字符
</span>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label=
"登录权限控制"
label=
"登录权限控制"
v-if=
"questionEditList.showType == 2"
v-if=
"questionEditList.showType == 2"
>
>
<
div
class=
"login-auth"
>
<
el-checkbox-group
<el-checkbox
v-model=
"questionEditList.loginAuthList"
v-for=
"(item, index) in questionEditList.loginAuthList
"
class=
"login-auth
"
:label=
"item.typeValue"
>
:key=
"index"
<el-checkbox
label=
"1"
>
云鹊医APP
</el-checkbox>
v-model=
"item.checked"
<el-checkbox
label=
"2"
>
云鹊医H5
</el-checkbox>
>
{{ item.typeName }}
</el-checkbox
<!-- <el-checkbox label="3">云鹊健康APP</el-checkbox>
>
<el-checkbox label="4">云鹊健康H5</el-checkbox> --
>
</
div
>
</
el-checkbox-group
>
</el-form-item>
</el-form-item>
<el-form-item
<el-form-item
label=
"问卷填写次数"
label=
"问卷填写次数"
...
@@ -565,38 +567,11 @@ export default {
...
@@ -565,38 +567,11 @@ export default {
headDiagramUrl
:
""
,
headDiagramUrl
:
""
,
headStyle
:
1
,
headStyle
:
1
,
subheading
:
""
,
subheading
:
""
,
baseInfoList
:
[
baseInfoList
:
[
"1"
],
{
typeName
:
"姓名"
,
typeValue
:
"name"
,
checked
:
true
},
{
typeName
:
"手机号"
,
typeValue
:
"mobile"
,
checked
:
false
},
{
typeName
:
"地址"
,
typeValue
:
"address"
,
checked
:
false
}
],
questionIntro
:
""
,
questionIntro
:
""
,
startDate
:
""
,
startDate
:
""
,
endDate
:
""
,
endDate
:
""
,
loginAuthList
:
[
loginAuthList
:
[
"1"
],
{
typeName
:
"云鹊医app"
,
typeValue
:
"1"
,
checked
:
true
},
{
typeName
:
"云鹊医h5"
,
typeValue
:
"2"
,
checked
:
false
}
],
limitNumFlag
:
"0"
,
limitNumFlag
:
"0"
,
limitNum
:
1
limitNum
:
1
}
}
...
...
写
预览
Markdown
格式
0%
请重试
or
附加一个文件
附加文件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录