Commit 024b61da authored by 黄奎's avatar 黄奎
parents c07399bf a8b297e3
...@@ -20,7 +20,7 @@ export default { ...@@ -20,7 +20,7 @@ export default {
</script> </script>
<style> <style>
@import url("//at.alicdn.com/t/font_2077629_dvjvubdhonm.css"); @import url("//at.alicdn.com/t/font_2077629_2mw9x18p9pv.css");
.q-scrollarea__thumb { .q-scrollarea__thumb {
z-index: 999999 !important; z-index: 999999 !important;
} }
......
...@@ -342,12 +342,11 @@ ...@@ -342,12 +342,11 @@
insert(type) { insert(type) {
if(type==1){ if(type==1){
this.addMsg.Content = this.addMsg.Content + '##客户名称##' this.addMsg.Content = this.addMsg.Content + '##客户名称##'
}else if(type==2){
this.addMsg.Content = this.addMsg.Content + '##员工名称##'
}else{
this.addMsg.Content = this.addMsg.Content + '##员工别名##'
} }
// else if(type==2){
// this.addMsg.Content = this.addMsg.Content + '##员工名称##'
// }else{
// this.addMsg.Content = this.addMsg.Content + '##员工别名##'
// }
this.gettrigger() this.gettrigger()
}, },
selectimg() {//素材选择 图片模式 selectimg() {//素材选择 图片模式
......
...@@ -37,7 +37,18 @@ ...@@ -37,7 +37,18 @@
.vClozeQuestionBold { .vClozeQuestionBold {
font-weight: bold; font-weight: bold;
} }
.chooseOptionList:before{
content: "-";
display: block;
line-height: 1.5em;
color: transparent;
}
.chooseOptionList:after{
content: "-";
display: block;
line-height: 1em;
color: transparent;
}
</style> </style>
<template> <template>
<div class="vClozeQuestion"> <div class="vClozeQuestion">
...@@ -54,7 +65,7 @@ ...@@ -54,7 +65,7 @@
</thead> </thead>
<tbody class="chooseOptionList"> <tbody class="chooseOptionList">
<tr v-for="(subItem,subIndex) in item.OptionList" :key="subIndex"> <tr v-for="(subItem,subIndex) in item.OptionList" :key="subIndex">
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;height:50px;">
<template v-if="isOperate"> <template v-if="isOperate">
<div class="Answer_List" @click="ChangeItem(item,subItem)" :class="{'Is_Answer':subItem.IsAnswer}"> <div class="Answer_List" @click="ChangeItem(item,subItem)" :class="{'Is_Answer':subItem.IsAnswer}">
{{subItem.Name}} {{subItem.Name}}
......
...@@ -23,11 +23,10 @@ ...@@ -23,11 +23,10 @@
.v_matchingQuestionBold { .v_matchingQuestionBold {
font-weight: bold; font-weight: bold;
} }
</style> </style>
<template> <template>
<div class="v_matchingQuestion"> <div class="v_matchingQuestion">
<table v-if="data&&data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable"> <table v-if="data&&data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable" style="width:360px;">
<thead> <thead>
<tr> <tr>
<th colspan="2">第一组</th> <th colspan="2">第一组</th>
...@@ -58,12 +57,14 @@ ...@@ -58,12 +57,14 @@
<span class="line_center"></span> <span class="line_center"></span>
</td> </td>
<td> <td>
<select v-model="data.QuestionContentObj[2][index].Content" class="selectBox2"> <el-select v-model="data.QuestionContentObj[2][index].Content" style="width:100px" size="small" placeholder="请选择">
<template v-for="(cItem,cIndex) in data.QuestionContentObj[1]"> <el-option
<option :key="cIndex" :label="cItem.Name" :value="cItem.Name"> v-for="(cItem,cIndex) in data.QuestionContentObj[1]"
</option> :key="cIndex"
</template> :label="cItem.Name"
</select> :value="cItem.Name">
</el-option>
</el-select>
</td> </td>
</tr> </tr>
</table> </table>
......
...@@ -14,11 +14,16 @@ ...@@ -14,11 +14,16 @@
.v_sharingChooseQuestionBold { .v_sharingChooseQuestionBold {
font-weight: bold; font-weight: bold;
} }
.shareChooseTable td{
vertical-align: middle!important;
}
.shareChooseTable td p{
margin:0!important;
}
</style> </style>
<template> <template>
<div class="v_sharingChooseQuestion"> <div class="v_sharingChooseQuestion">
<table v-if="data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable"> <table v-if="data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable shareChooseTable">
<thead> <thead>
<tr> <tr>
<th colspan="2" style="text-align:left;"> <th colspan="2" style="text-align:left;">
...@@ -29,7 +34,7 @@ ...@@ -29,7 +34,7 @@
</tr> </tr>
</thead> </thead>
<tr v-for="(item,index) in data.QuestionContentObj[0]" :key="index"> <tr v-for="(item,index) in data.QuestionContentObj[0]" :key="index">
<td style="width:40px;text-align:center; "> <td style="width:40px;text-align:center;height:40px; ">
{{item.Name}} {{item.Name}}
</td> </td>
<td> <td>
...@@ -37,10 +42,10 @@ ...@@ -37,10 +42,10 @@
</td> </td>
</tr> </tr>
</table> </table>
<table v-if="data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable"> <table v-if="data.QuestionContentObj&&data.QuestionContentObj.length>0" class="common_TiTable shareChooseTable">
<tbody v-for="(item,index) in data.QuestionContentObj[1]" :key="index"> <tbody v-for="(item,index) in data.QuestionContentObj[1]" :key="index">
<tr> <tr>
<td style="width:40px;text-align:center;"> <td style="width:40px;text-align:center;height:40px;">
({{index+1}}) ({{index+1}})
</td> </td>
<td> <td>
...@@ -55,12 +60,14 @@ ...@@ -55,12 +60,14 @@
答案: {{data.QuestionContentObj[1][index].Name}} 答案: {{data.QuestionContentObj[1][index].Name}}
</template> </template>
<template v-if="isOperate"> <template v-if="isOperate">
<select v-model="item.Name" class="selectBox" style="margin:10px 0 0 0;outline:none;"> <el-select v-model="item.Name" style="width:100px" size="small" placeholder="请选择">
<template v-for="(cItem,cIndex) in data.QuestionContentObj[0]"> <el-option
<option :key="cIndex" :label="cItem.Name" :value="cItem.Name"> v-for="(cItem,cIndex) in data.QuestionContentObj[0]"
</option> :key="cIndex"
</template> :label="cItem.Name"
</select> :value="cItem.Name">
</el-option>
</el-select>
</template> </template>
</td> </td>
</tr> </tr>
......
...@@ -56,12 +56,14 @@ ...@@ -56,12 +56,14 @@
<tr> <tr>
<td> <td>
<template v-for="(item,index) in data.QuestionContentObj[1]"> <template v-for="(item,index) in data.QuestionContentObj[1]">
<select v-model="item.Name" class="selectBox" :key="index"> <el-select v-model="item.Name" :key="index" style="width:100px;margin-right:20px;" size="small" placeholder="请选择">
<template v-for="(cItem,cIndex) in data.QuestionContentObj[0]"> <el-option
<option :key="cIndex" :label="cItem.Name" :value="cItem.Name"> v-for="(cItem,cIndex) in data.QuestionContentObj[0]"
</option> :key="cIndex"
</template> :label="cItem.Name"
</select> :value="cItem.Name">
</el-option>
</el-select>
</template> </template>
</td> </td>
</tr> </tr>
......
...@@ -400,12 +400,11 @@ ...@@ -400,12 +400,11 @@
insert(type) { insert(type) {
if(type==1){ if(type==1){
this.addMsg.Content = this.addMsg.Content + '##客户名称##' this.addMsg.Content = this.addMsg.Content + '##客户名称##'
}else if(type==2){
this.addMsg.Content = this.addMsg.Content + '##员工名称##'
}else{
this.addMsg.Content = this.addMsg.Content + '##员工别名##'
} }
// else if(type==2){
// this.addMsg.Content = this.addMsg.Content + '##员工名称##'
// }else{
// this.addMsg.Content = this.addMsg.Content + '##员工别名##'
// }
}, },
selectimg() {//素材选择 图片模式 selectimg() {//素材选择 图片模式
this.materialType = 2; this.materialType = 2;
......
...@@ -54,11 +54,11 @@ ...@@ -54,11 +54,11 @@
</template> </template>
<template v-slot:body-cell-optioned="props"> <template v-slot:body-cell-optioned="props">
<q-td :props="props"> <q-td :props="props">
<q-btn v-if="props.row.ExamStatus==1||props.row.ExamStatus==2" flat color="primary" size="xs" <q-btn flat color="primary" size="xs"
style="font-weight:400;" class="q-mr-md" label="学员考试" @click="gotoExamTest(props.row)" /> style="font-weight:400;" class="q-mr-md" label="学员考试" @click="gotoExamTest(props.row)" />
<q-btn v-if="props.row.ExamStatus==3" flat color="primary" size="xs" style="font-weight:400;" <q-btn flat color="primary" size="xs" style="font-weight:400;"
class="q-mr-md" label="阅卷" @click="gotoExamTestReview(props.row)" /> class="q-mr-md" label="阅卷" @click="gotoExamTestReview(props.row)" />
<q-btn v-if="props.row.ExamStatus==5" flat color="primary" size="xs" style="font-weight:400;" <q-btn flat color="primary" size="xs" style="font-weight:400;"
class="q-mr-md" label="详情" @click="gotoExamTestInfo(props.row)" /> class="q-mr-md" label="详情" @click="gotoExamTestInfo(props.row)" />
</q-td> </q-td>
</template> </template>
......
...@@ -241,16 +241,19 @@ ...@@ -241,16 +241,19 @@
.examPaperInfo_Top .vClozeQuestion .clozeTest_question_tit { .examPaperInfo_Top .vClozeQuestion .clozeTest_question_tit {
margin: 15px 0; margin: 15px 0;
} }
.Exam_PaperName{
font-size:20px;
font-weight: bold;
margin-bottom:5px;
}
</style> </style>
<template> <template>
<div class="examPaper page-body"> <div class="examPaper page-body">
<div class="examPaperInfo_Top"> <div class="examPaperInfo_Top">
<div> <div>
<div> <div>
{{DataObj.PaperName}} <br /> <div class="Exam_PaperName">{{DataObj.PaperName}}</div>
题量:{{examNum}} &nbsp;&nbsp;&nbsp; 满分:{{examScore}} <div>题量:{{examNum}} &nbsp;&nbsp;&nbsp; 满分:{{examScore}}</div>
</div> </div>
</div> </div>
<div style="width:20%;text-align:right;"> <div style="width:20%;text-align:right;">
...@@ -264,11 +267,13 @@ ...@@ -264,11 +267,13 @@
<div class="pGNameDiv"><span class="pGroupName">{{NoToChinese(gIndex+1)}}{{gItem.GroupName}}</span> (共 <div class="pGNameDiv"><span class="pGroupName">{{NoToChinese(gIndex+1)}}{{gItem.GroupName}}</span> (共
{{gItem.DetailsList.length}} 题,{{gItem.GScore}}分)</div> {{gItem.DetailsList.length}} 题,{{gItem.GScore}}分)</div>
<div v-for="(dItem,dIndex) in gItem.DetailsList" :key="dIndex"> <div v-for="(dItem,dIndex) in gItem.DetailsList" :key="dIndex">
<span>{{dIndex+1}}</span> <div style="display:flex;margin:10px 0;">
<span class="paper_Title" v-html="dItem.Title"></span> <span>{{dIndex+1}}</span>
<span style="margin:10px 0;display:inline-block;"> <span class="paper_Title" v-html="dItem.Title"></span>
({{dItem.Score}}分) <span style="margin-left:10px;display:inline-block;">
</span> ({{dItem.Score}}分)
</span>
</div>
<!--单选题--> <!--单选题-->
<v-single v-if="dItem.QuestionTypeKey=='single'||dItem.QuestionTypeKey=='single-number'" <v-single v-if="dItem.QuestionTypeKey=='single'||dItem.QuestionTypeKey=='single-number'"
:questionObj="dItem" :isShowAnswer="isShowAnswer" :isOperate="isOperate"> :questionObj="dItem" :isShowAnswer="isShowAnswer" :isOperate="isOperate">
......
This diff is collapsed.
...@@ -603,6 +603,11 @@ const routes = [{ ...@@ -603,6 +603,11 @@ const routes = [{
component: () => component: () =>
import("pages/financial/reportform/activityStatistics.vue") import("pages/financial/reportform/activityStatistics.vue")
}, },
{
path: "/financial/studyabroad/studyAbroadRules", //财务流程 留学提成规则
component: () =>
import("pages/financial/studyabroad/studyAbroadRules.vue")
},
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment