diff --git a/src/views/QuestionBank/index.vue b/src/views/QuestionBank/index.vue index 63cb74b..f66502f 100644 --- a/src/views/QuestionBank/index.vue +++ b/src/views/QuestionBank/index.vue @@ -257,9 +257,20 @@ placeholder="请输入答案" v-model="scope.row.optionContent" class="optionInput" + style="width:68% !important" > {{ scope.row.option }} + + + + + + - - - - - - - - - - - - - {{ i.subject }} - 加载中... - 没有更多了 - + + + + + + + + + + + + + {{ i.subject }} + 加载中... + 没有更多了 + - - - - - - {{ TestPaper.TestPaperTitle }} - - - - - - [{{i.subjectName}}]{{ i.subject }} - - {{item.option}}:{{item.optionContent}} - - - - - - - - - 组卷基本信息 - - - {{TestPaper.TestPaperTitle}} - - - {{arr2.length}} - - - 单选题:{{TestPaper.SingleNumber}} - 多选题:{{TestPaper.MultipleNumber}} - 主观题:{{TestPaper.SubjectiveNumber}} - - - {{TestPaper.TotalScore}} - - - - - - - - 元 - - - - - 元 - - - - - 元 - - - - - - - 保存 - - - - - - + + + + + + {{ TestPaper.TestPaperTitle }} + + + + + + [{{i.subjectName}}]{{ i.subject }} + + {{item.option}}:{{item.optionContent}} + + + + + + + + + 组卷基本信息 + + + {{TestPaper.TestPaperTitle}} + + + {{arr2.length}} + + + 单选题:{{TestPaper.SingleNumber}} + 多选题:{{TestPaper.MultipleNumber}} + 主观题:{{TestPaper.SubjectiveNumber}} + + + {{TestPaper.TotalScore}} + + + + + + + + + + + + + + + + + + + + + + 元 + + + + + 元 + + + + + 元 + + + + + + + 保存 + + + + + + + + .option-p { + line-height: 15px; + } + + .areahead { + text-align: center; + height: 60px; + line-height: 60px; + border-bottom: 1px solid #cdcdcd; + } + + .testPaper-manager { + margin: 10px 20px 10px 10px; + } + + .testPaper-manager .el-form-item { + margin-bottom: 20px; + } + + .el-form-item-custom { + margin-bottom: 0px !important; + } + + .testpaper-input { + //max-width: 400px; + } + \ No newline at end of file diff --git a/src/views/TestPaper/TestPaperList.vue b/src/views/TestPaper/TestPaperList.vue index d1e56f6..75b3434 100644 --- a/src/views/TestPaper/TestPaperList.vue +++ b/src/views/TestPaper/TestPaperList.vue @@ -41,12 +41,12 @@ {{ scope.row.TestPaperClassId | typeFilters}} - + {{ scope.row.Describe }} @@ -100,13 +100,25 @@ + + + + + + + + + + 元 - + 元 @@ -143,8 +155,7 @@ getTestPaperClassList } from '@/api/TestPaper' let that - export default { - + export default { data() { return { parameter: { @@ -218,6 +229,10 @@ this.getQuestionClassListHeadler(); }, methods: { + changetimestartend(val, aa) { + this.TestPaper.EffectiveStartTime = formatTime(val[0]) + this.TestPaper.EffectiveEndTime = formatTime(val[1]) + }, closeClassDialog() { this.dialogAddTestPaperVIsible = false this.TestPaper= { @@ -309,6 +324,11 @@ }) } else if (value == 'update') { this.dialogAddTestPaperVIsible = true + if (val.EffectiveStartTime && val.EffectiveEndTime) { + val.date = []; + val.date.push(val.EffectiveStartTime) + val.date.push(val.EffectiveEndTime) + } this.TestPaper = val } } diff --git a/src/views/user/userlist.vue b/src/views/user/userlist.vue index feafbda..d3978fc 100644 --- a/src/views/user/userlist.vue +++ b/src/views/user/userlist.vue @@ -1,19 +1,45 @@ - - - 搜索 - 邀请面试 + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 邀请面试 + + + + 导入用户 @@ -39,7 +65,7 @@ width="50" align="center" > - + {{ scope.row.fullName }} @@ -57,6 +83,12 @@ + + + 专业 + + + {{ scope.row.addTime.replace("T", " ") }} @@ -100,6 +132,10 @@ export default { search(){ this.GetUser(); }, + handleSuccess(){ + this.$message.success('导入完成!'); + this.GetUser(); + }, handleInviteInterview() {}, handleSelectionChange(val) { console.log(val); @@ -131,9 +167,11 @@ export default { display: flex; align-items: center; width: 100%; - height: 60px; + padding-top:10px; + padding-left:10px; + /* height: 60px; */ background: #efefef; - line-height: 60px; + /* line-height: 60px; */ border-radius: 5px; box-shadow: 0 0 5px #cdcdcd; justify-content: space-between;
加载中...
没有更多了
{{item.option}}:{{item.optionContent}}