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
08f0d240
Commit
08f0d240
authored
May 19, 2020
by
彭祥礼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
菜单整理
parent
0ef3cc98
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
7 deletions
+6
-7
src/views/school-center/louZhang/louZhangKPI.vue
+1
-1
src/views/school-center/schoolmanager/schoolAllocation.vue
+0
-0
src/views/school-center/wideband/codeManage.vue
+0
-0
src/views/school-center/wideband/orderView.vue
+0
-0
src/views/school-center/wideband/product.vue
+5
-6
No files found.
src/views/school-center/louZhang/louZhangKPI.vue
View file @
08f0d240
...
@@ -108,7 +108,7 @@
...
@@ -108,7 +108,7 @@
</
template
>
</
template
>
</s-table>
</s-table>
<!----弹框-->
<!----弹框-->
<a-modal
:title=
"add ?'添加
正则配置': '编辑正则配置
'"
:visible=
"modifyvisible"
@
ok=
"createfunctionOk"
@
cancel=
"createfunctionCancel"
html-type=
"submit"
width=
"1024px"
>
<a-modal
:title=
"add ?'添加
楼长KPI': 'KPI打分
'"
:visible=
"modifyvisible"
@
ok=
"createfunctionOk"
@
cancel=
"createfunctionCancel"
html-type=
"submit"
width=
"1024px"
>
<a-form
:form=
"Formtable"
>
<a-form
:form=
"Formtable"
>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"姓名:"
>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"姓名:"
>
<a-input
placeholder=
"姓名"
v-decorator=
"[ 'sysuName', {rules: [{ required: true, message: '姓名不能为空!' }]} ]"
:disabled=
"isdisabled"
/>
<a-input
placeholder=
"姓名"
v-decorator=
"[ 'sysuName', {rules: [{ required: true, message: '姓名不能为空!' }]} ]"
:disabled=
"isdisabled"
/>
...
...
src/views/school-center/schoolmanager/schoolAllocation.vue
0 → 100644
View file @
08f0d240
This diff is collapsed.
Click to expand it.
src/views/school-center/
verCodes
/codeManage.vue
→
src/views/school-center/
wideband
/codeManage.vue
View file @
08f0d240
File moved
src/views/school-center/
orderView
/orderView.vue
→
src/views/school-center/
wideband
/orderView.vue
View file @
08f0d240
File moved
src/views/school-center/
product
/product.vue
→
src/views/school-center/
wideband
/product.vue
View file @
08f0d240
...
@@ -125,13 +125,10 @@
...
@@ -125,13 +125,10 @@
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"正则验证名:"
>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"正则验证名:"
>
<a-select
v-model=
"regularName"
style=
"width: 330px"
>
<a-select
v-model=
"regularName"
style=
"width: 330px"
>
<a-select-option
@
click=
"regularsName('请选择')"
value=
"请选择"
>
请选择
</a-select-option>
<a-select-option
@
click=
"regularsName('请选择')"
value=
"请选择"
>
请选择
</a-select-option>
<a-select-option
@
click=
"regularsName(item)"
v-for=
"item in regulars"
:value=
"item.regularId"
>
<a-select-option
@
click=
"regularsName(item)"
v-for=
"item in regulars"
:value=
"item.regularId"
>
{{item.regularName}}
</a-select-option>
{{item.regularName}}
</a-select-option>
</a-select>
</a-select>
<a
@
click=
"visibleT2 = true"
>
详情
</a>
</a-form-item>
</a-form-item>
<div
v-show=
"!add"
>
<div>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"状态"
>
<a-form-item
:labelCol=
"{span: 5}"
:wrapperCol=
"{span: 9, offset: 1}"
label=
"状态"
>
<a-select
placeholder=
"状态"
v-decorator=
"[ 'productState']"
>
<a-select
placeholder=
"状态"
v-decorator=
"[ 'productState']"
>
<a-select-option
key=
"0"
>
正常
</a-select-option>
<a-select-option
key=
"0"
>
正常
</a-select-option>
...
@@ -362,7 +359,6 @@
...
@@ -362,7 +359,6 @@
this
.
universityName
=
'请选择'
this
.
universityName
=
'请选择'
this
.
regularName
=
"请选择"
;
this
.
regularName
=
"请选择"
;
}
}
this
.
modifyvisible
=
true
;
this
.
modifyvisible
=
true
;
},
},
createfunctionOk
()
{
createfunctionOk
()
{
...
@@ -430,6 +426,9 @@
...
@@ -430,6 +426,9 @@
that
.
modelData
.
productUniversity
=
''
that
.
modelData
.
productUniversity
=
''
that
.
modelData
.
universityId
=
''
that
.
modelData
.
universityId
=
''
that
.
modelData
.
productIntroductionPic2
=
''
that
.
modelData
.
productIntroductionPic2
=
''
that
.
productIntroduction
=
''
that
.
productSetMealIntroduction
=
''
that
.
productRf2
=
''
this
.
Formtable
.
setFieldsValue
({
this
.
Formtable
.
setFieldsValue
({
productMeal
:
''
,
productMeal
:
''
,
productTitle
:
''
,
productTitle
:
''
,
...
...
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