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
3422b9ed
Commit
3422b9ed
authored
Jul 15, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
院校管理调整
parent
48b0648f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
src/views/school-center/schoolmanager/schoolmanagement.vue
+10
-4
src/views/school-center/userManager/PartnerManagement.vue
+1
-1
No files found.
src/views/school-center/schoolmanager/schoolmanagement.vue
View file @
3422b9ed
...
...
@@ -107,11 +107,17 @@
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"网点id(合伙人id)"
>
<a-input
placeholder=
"网点id(合伙人id)"
v-decorator=
"[ 'netId']"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"揽装工号"
>
<a-input
placeholder=
"揽装工号"
v-decorator=
"[ 'lzgh' ]"
></a-input>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"揽装工号
(宽带)
"
>
<a-input
placeholder=
"揽装工号
(宽带)
"
v-decorator=
"[ 'lzgh' ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"揽装人"
>
<a-input
placeholder=
"揽装人"
v-decorator=
"[ 'lzUser' ]"
></a-input>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"揽装人(宽带)"
>
<a-input
placeholder=
"揽装人(宽带)"
v-decorator=
"[ 'lzUser' ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"网点编码"
>
<a-input
placeholder=
"网点编码"
v-decorator=
"[ 'networkCode' ]"
></a-input>
</a-form-item>
<a-form-item
:labelCol=
"{span: 6}"
:wrapperCol=
"{span: 8, offset: 1}"
label=
"网点名称"
>
<a-input
placeholder=
"网点名称"
v-decorator=
"[ 'networkName' ]"
></a-input>
</a-form-item>
<!-- <a-form-item :labelCol="{span: 6}" :wrapperCol="{span: 8, offset: 1}" label="是否显示宽带办理">-->
<!-- <a-radio-group v-decorator="['isShowband']">-->
...
...
src/views/school-center/userManager/PartnerManagement.vue
View file @
3422b9ed
...
...
@@ -293,7 +293,7 @@
</a-form>
</a-modal>
<!--分销员----弹框-->
<!--分销员----弹框-->
<a-modal
:title=
"titleName"
:visible=
"modifyvisibleFXY"
@
ok=
"createFXYOk"
@
cancel=
"createCancel"
html-type=
"submit"
width=
"720px"
>
<a-button
@
click=
"handleTabsAdd()"
style=
"margin-left: 8px"
icon=
"plus"
type=
"primary"
>
新增分销商
</a-button>
<a-button
@
click=
"handleTabRemove()"
style=
"margin-left: 8px"
icon=
"close"
type=
"primary"
>
删除当前分销商
</a-button>
...
...
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