Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
newCSO_2023
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
lizhi
newCSO_2023
Commits
1cddc70f
Commit
1cddc70f
authored
Feb 27, 2023
by
lizhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix
parent
0a2f2ae2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
src/views/pms/product/components/courseInfo.vue
+11
-11
No files found.
src/views/pms/product/components/courseInfo.vue
View file @
1cddc70f
...
...
@@ -159,7 +159,7 @@
v-model=
"goOnForm.userCourseList[index].csoCourseCode"
clearable
:disabled=
"
goOnForm.userCourseList[index].
c
ourseCode ||
goOnForm.userCourseList[index].
ownC
ourseCode ||
goOnForm.userCourseList[index].auditCourseCode
? true
: false
...
...
@@ -183,7 +183,7 @@
<el-input
v-model=
"goOnForm.userCourseList[index].csoName"
:disabled=
"
goOnForm.userCourseList[index].
c
ourseCode ||
goOnForm.userCourseList[index].
ownC
ourseCode ||
goOnForm.userCourseList[index].auditCourseCode
? true
: false
...
...
@@ -198,7 +198,7 @@
<el-col
:span=
"8"
>
<el-form-item
label=
"所在学校课程代码"
label-width=
"150px"
>
<el-input
v-model=
"goOnForm.userCourseList[index].
c
ourseCode"
v-model=
"goOnForm.userCourseList[index].
ownC
ourseCode"
:disabled=
"
goOnForm.userCourseList[index].csoCourseCode ||
goOnForm.userCourseList[index].auditCourseCode
...
...
@@ -248,8 +248,8 @@
<el-input
v-model=
"goOnForm.userCourseList[index].auditCourseCode"
:disabled=
"
goOnForm.userCourseList[index].courseCode ||
goOnForm.userCourseList[index].
cso
CourseCode
goOnForm.userCourseList[index].c
soC
ourseCode ||
goOnForm.userCourseList[index].
own
CourseCode
? true
: false
"
...
...
@@ -264,7 +264,7 @@
v-model=
"goOnForm.userCourseList[index].auditCourseName"
:disabled=
"
goOnForm.userCourseList[index].csoCourseCode ||
goOnForm.userCourseList[index].
c
ourseCode
goOnForm.userCourseList[index].
ownC
ourseCode
? true
: false
"
...
...
@@ -509,7 +509,7 @@
<el-select
v-model=
"list.userCourseList[index].csoCourseCode"
:disabled=
"
list.userCourseList[index].
c
ourseCode ||
list.userCourseList[index].
ownC
ourseCode ||
list.userCourseList[index].auditCourseCode
? true
: false
...
...
@@ -540,7 +540,7 @@
<el-input
v-model=
"list.userCourseList[index].csoName"
:disabled=
"
list.userCourseList[index].
c
ourseCode ||
list.userCourseList[index].
ownC
ourseCode ||
list.userCourseList[index].auditCourseCode
? true
: false
...
...
@@ -596,7 +596,7 @@
</el-form-item> -->
<el-form-item
label=
"所在学校课程代码"
label-width=
"150px"
>
<el-input
v-model=
"list.userCourseList[index].
c
ourseCode"
v-model=
"list.userCourseList[index].
ownC
ourseCode"
:disabled=
"
list.userCourseList[index].csoCourseCode ||
list.userCourseList[index].auditCourseCode
...
...
@@ -646,7 +646,7 @@
v-model=
"list.userCourseList[index].auditCourseCode"
:disabled=
"
list.userCourseList[index].csoCourseCode ||
list.userCourseList[index].
c
ourseCode
list.userCourseList[index].
ownC
ourseCode
? true
: false
"
...
...
@@ -661,7 +661,7 @@
v-model=
"list.userCourseList[index].auditCourseName"
:disabled=
"
list.userCourseList[index].csoCourseCode ||
list.userCourseList[index].
c
ourseCode
list.userCourseList[index].
ownC
ourseCode
? true
: false
"
...
...
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