Commit 5f26064d authored by 黄奎's avatar 黄奎

页面修改

parent 82fbf73a
......@@ -7,7 +7,7 @@
<q-card-section class="q-pt-none scroll" style="max-height: 70vh">
<div class="text-caption q-mb-lg q-px-md text-grey-6">老师问卷调查信息</div>
<div class="row wrap">
<q-input filled stack-label maxlength="20" :dense="false" v-model="objOption.Title" ref="Title"
<q-input filled stack-label maxlength="40" :dense="false" v-model="objOption.Title" ref="Title"
class="col-6 q-pr-lg q-pb-lg" label="问题名称" :rules="[val => !!val || '请填问题名称']" />
<q-select filled stack-label class="col-6 q-pr-lg" option-value="Id" option-label="Name"
v-model="objOption.SurveyType" :options="SurveyTypeEnumList" emit-value map-options label="问题类型"
......
......@@ -27,7 +27,6 @@
<q-space />
<div class="page-option">
<q-btn push flat color="accent" class="q-mr-md bg-accent text-white" icon="edit" label="问卷调查二维码" size="sm" @click="getStudentSurveyImg()">
<q-popup-proxy>
<div style="width:185px;padding:10px;border-radius:8px">
<q-img
......
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