| | |
| | | <el-button type="warning" size="mini" v-for="item in editUrlEnum" :key="item.key" |
| | | @click="getDialogFormVisible(item.name)">{{ item.name }} |
| | | </el-button> |
| | | <el-button slot="reference" type="primary" class="link-left">录入题目</el-button> |
| | | <el-button slot="reference" type="primary" class="link-left">新增</el-button> |
| | | </el-popover> |
| | | </div> |
| | | <!-- 搜索 --> |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label=""> |
| | | <el-form-item> |
| | | <el-button style="width:100px;" type="primary" size="small" @click="search()">查询</el-button> |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | <!-- 表格 --> |
| | | <el-table v-loading="listLoading" :header-cell-style="getRowClass" :data="tableData" border |
| | | style="width: 100%;"> |
| | | <el-table-column align="center" prop="shortTitle" label="题目名" show-overflow-tooltip> |
| | | <el-table-column align="center" prop="shortTitle" label="题目" show-overflow-tooltip> |
| | | </el-table-column> |
| | | <el-table-column align="center" prop="subjectName" label="科目" width="150px"> |
| | | </el-table-column> |
| | | <el-table-column align="center" prop="questionTypeName" label="题型" width="100px"> |
| | | </el-table-column> |
| | | <!-- <el-table-column align="center" prop="score" label="分数"> |
| | | </el-table-column> --> |
| | | <el-table-column align="center" prop="difficult" label="难度" width="60px" /> |
| | | <el-table-column align="center" prop="createTime" label="创建时间" width="160px" /> |
| | | <el-table-column label="状态" prop="status" width="70px"> |
| | |
| | | :limit.sync="queryParam.pageSize" @pagination="search" /> |
| | | </div> |
| | | </div> |
| | | |
| | | </div> |
| | | |
| | | <!-- 填空 --> |
| | | <el-dialog :visible.sync="gapVisible" :close-on-click-modal="false" v-if="gapVisible"> |
| | | <gap ref="gap" @children="parentGoods" @callback="callback" :id="updateId" /> |