Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zhengyuan-danger-chemistry-manage
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
zhengyuan-danger-chemistry-manage
Commits
7549f9b9
Commit
7549f9b9
authored
Dec 28, 2022
by
纪泽龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改题库选题的查找功能
parent
2a7346df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
+19
-7
ChangeQuestion.vue
...educationPlanExam/textPaper/components/ChangeQuestion.vue
+12
-5
Dia.vue
.../src/views/educationPlanExam/textPaper/components/Dia.vue
+7
-2
No files found.
danger-manage-web/src/views/educationPlanExam/textPaper/components/ChangeQuestion.vue
View file @
7549f9b9
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2022-12-27 09:30:19
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2022-12-2
7 17:11:25
* @LastEditTime: 2022-12-2
8 10:29:18
* @FilePath: /danger-manage-web/src/views/educationPlanExam/textPaper/components/ChangeQuestion.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -19,9 +19,9 @@
style=
"width: 200px"
/>
</el-form-item>
<el-form-item
label=
"
名称"
prop=
"course
Name"
>
<el-form-item
label=
"
题库名称"
prop=
"bank
Name"
>
<el-input
v-model=
"queryParams.
course
Name"
v-model=
"queryParams.
bank
Name"
placeholder=
"考试时间"
clearable
size=
"small"
...
...
@@ -124,7 +124,12 @@ export default {
},
data
()
{
return
{
queryParams
:
{},
queryParams
:
{
deptId
:
null
,
courseName
:
""
,
pageNum
:
1
,
pageSize
:
10
,
},
list
:
[
{
checked
:
false
,
...
...
@@ -210,7 +215,9 @@ export default {
});
},
resetClick
()
{},
search
()
{},
search
()
{
this
.
getList
();
},
currentChangeClick
()
{},
formatter
(
row
,
column
,
cellValue
,
index
)
{
// console.log(row, column, cellValue, index);
...
...
danger-manage-web/src/views/educationPlanExam/textPaper/components/Dia.vue
View file @
7549f9b9
...
...
@@ -2,7 +2,7 @@
* @Author: 纪泽龙 jizelong@qq.com
* @Date: 2022-09-22 10:38:49
* @LastEditors: 纪泽龙 jizelong@qq.com
* @LastEditTime: 2022-12-2
7 09:45:29
* @LastEditTime: 2022-12-2
8 10:31:06
* @FilePath: /danger-manage-web/src/views/lessonsProgram/components/addLesson.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
...
...
@@ -46,7 +46,12 @@
@
click=
"save"
>
保存
</el-button
>
<el-button
type=
"primary"
v-if=
"this.componentsNum == 4"
@
click=
"componentsNumChange(2)"
>
返回题目列表
</el-button
>
<el-button
type=
"primary"
@
click=
"saveAndNext"
>
{{
saveNextText
}}
</el-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