Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
17b16705
Commit
17b16705
authored
Sep 14, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
json数据 项目请求引用 新增-2
parent
aadd72a6
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
10 deletions
+13
-10
public/json/school-center-ui.json
+2
-1
src/views/school-center/order/orderView.vue
+0
-0
src/views/school-center/productManagement/broadband.vue
+11
-9
No files found.
public/json/school-center-ui.json
View file @
17b16705
...
...
@@ -11,6 +11,7 @@
{
"value"
:
"校园天翼宽带用户"
,
"name"
:
"校园天翼宽带用户"
}
],
"identifying"
:
[
{
"value"
:
""
,
"name"
:
"无"
},
{
"value"
:
"校园低消宽带提速包(19元)"
,
"name"
:
"校园低消宽带提速包(19元)"
},
{
"value"
:
"校园低消宽带提速包(29元)"
,
"name"
:
"校园低消宽带提速包(29元)"
},
{
"value"
:
"校园低消宽带提速包(39元)"
,
"name"
:
"校园低消宽带提速包(39元)"
},
...
...
@@ -41,5 +42,5 @@
{
"value"
:
"已完成"
,
"name"
:
"已完成"
},
{
"value"
:
"异常单"
,
"name"
:
"异常单"
}
]
}
}
}
src/views/school-center/order/orderView.vue
View file @
17b16705
src/views/school-center/productManagement/broadband.vue
View file @
17b16705
...
...
@@ -224,7 +224,7 @@
<!-- <a-select-option value="仅PC">仅PC</a-select-option>-->
<!-- <a-select-option value="仅手机">仅手机</a-select-option>-->
<a-select-option
v-for=
"d in broadbands
"
:key=
"d.value"
:value=
"d.value"
>
{{d.name}}
</a-select-option>
<a-select-option
v-for=
"d in broadbands
.universityTerminalType"
:key=
"d.value"
:value=
"d.value"
>
{{d.name}}
</a-select-option>
</a-select>
</a-form-item>
...
...
@@ -236,8 +236,9 @@
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"用户类型:"
>
<a-select
v-decorator=
"['universityUserType', {rules: [{required:true, message: '用户类型不能为空!'}]}]"
@
change=
"changeUserType"
>
<a-select-option
value=
"翼起来用户"
>
翼起来用户
</a-select-option>
<a-select-option
value=
"校园天翼宽带用户"
>
校园天翼宽带用户
</a-select-option>
<!-- <a-select-option value="翼起来用户">翼起来用户</a-select-option>-->
<!-- <a-select-option value="校园天翼宽带用户">校园天翼宽带用户</a-select-option>-->
<a-select-option
v-for=
"d in broadbands.universityUserType"
:key=
"d.value"
:value=
"d.value"
>
{{d.name}}
</a-select-option>
</a-select>
</a-form-item>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"月租类型:"
>
...
...
@@ -284,12 +285,13 @@
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"提速包:"
>
<a-select
v-decorator=
"[ 'identifying' ]"
@
change=
"changeIdentifying"
>
<a-select-option
value=
""
>
无
</a-select-option>
<a-select-option
value=
"校园低消宽带提速包(19元)"
>
校园低消宽带提速包(19元)
</a-select-option>
<a-select-option
value=
"校园低消宽带提速包(29元)"
>
校园低消宽带提速包(29元)
</a-select-option>
<a-select-option
value=
"校园低消宽带提速包(39元)"
>
校园低消宽带提速包(39元)
</a-select-option>
<a-select-option
value=
"宽带免费提速至100M"
>
宽带免费提速至100M
</a-select-option>
<a-select-option
value=
"1元宽带融合提速"
>
1元宽带融合提速
</a-select-option>
<!-- <a-select-option value="">无</a-select-option>-->
<!-- <a-select-option value="校园低消宽带提速包(19元)">校园低消宽带提速包(19元)</a-select-option>-->
<!-- <a-select-option value="校园低消宽带提速包(29元)">校园低消宽带提速包(29元)</a-select-option>-->
<!-- <a-select-option value="校园低消宽带提速包(39元)">校园低消宽带提速包(39元)</a-select-option>-->
<!-- <a-select-option value="宽带免费提速至100M">宽带免费提速至100M</a-select-option>-->
<!-- <a-select-option value="1元宽带融合提速">1元宽带融合提速</a-select-option>-->
<a-select-option
v-for=
"d in broadbands.identifying"
:key=
"d.value"
:value=
"d.value"
>
{{d.name}}
</a-select-option>
</a-select>
</a-form-item>
<a-input
style=
"display:none"
placeholder=
"如:20M"
v-decorator=
"[ 'speed', {rules: [{ required: true, message: '短信速率不能为空!' ,validator: 'click'}]} ]"
></a-input>
...
...
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