Commit cccf7fe7 authored by 黄奎's avatar 黄奎

页面修改

parent 2276fc43
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
PaperId = item.PaperId PaperId = item.PaperId
} }
this.OpenNewUrl('/exam/paperInfo', { this.OpenNewUrl('/exam/paperInfo', {
PaperId: PaperId Id: PaperId
}) })
} }
} }
......
...@@ -227,7 +227,8 @@ ...@@ -227,7 +227,8 @@
<div class="examPaper_Top"> <div class="examPaper_Top">
<div style="width:80%;display:flex;"> <div style="width:80%;display:flex;">
<div style="width:36%;margin-right:20px;"> <div style="width:36%;margin-right:20px;">
<q-input filled label="标题" v-model="DataObj.PaperName" /> {{DataObj.PaperName}}
</div> </div>
<div style="width:24%;"> <div style="width:24%;">
<q-select filled option-value="Id" option-label="Name" :options="questionDifficultyTypeList" emit-value <q-select filled option-value="Id" option-label="Name" :options="questionDifficultyTypeList" emit-value
......
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