|
@@ -81,15 +81,15 @@
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="问卷" :visible.sync="queDia" width="50%" :before-close="handleClose">
|
|
|
+ <el-dialog title="问卷" :visible.sync="queDia" width="38%" :before-close="handleClose">
|
|
|
<el-row>
|
|
|
<el-col :span="24">
|
|
|
- <el-select v-model="queid" filterable placeholder="请选择问卷">
|
|
|
- <el-option v-for="item in questList" :key="item.id" :label="item.name" :value="item.id"> </el-option>
|
|
|
- </el-select>
|
|
|
- </el-col>
|
|
|
- <el-col :span="24">
|
|
|
- <el-col :span="5" class="btn">
|
|
|
+ <el-col :span="12">
|
|
|
+ <el-select v-model="queid" filterable placeholder="请选择问卷">
|
|
|
+ <el-option v-for="item in questList" :key="item.id" :label="item.name" :value="item.id"> </el-option>
|
|
|
+ </el-select>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="12" class="btn">
|
|
|
<el-button type="primary" size="mini" @click="queCreate">发送</el-button>
|
|
|
</el-col>
|
|
|
</el-col>
|