Commit 3cf1f3f535f8f0658560d9d1beacd444a4d064ab
1 parent
a3fcda80
隐藏上传提干等按钮
Showing
2 changed files
with
6 additions
and
6 deletions
src/views/examinationPaper/add.vue
@@ -354,7 +354,7 @@ | @@ -354,7 +354,7 @@ | ||
354 | </p> | 354 | </p> |
355 | </div> | 355 | </div> |
356 | <div class="qs-set"> | 356 | <div class="qs-set"> |
357 | - <el-tooltip effect="dark" content="上传提干" placement="top"> | 357 | + <!-- <el-tooltip effect="dark" content="上传提干" placement="top"> |
358 | <el-button | 358 | <el-button |
359 | type="primary" | 359 | type="primary" |
360 | circle | 360 | circle |
@@ -384,7 +384,7 @@ | @@ -384,7 +384,7 @@ | ||
384 | icon="el-icon-upload" | 384 | icon="el-icon-upload" |
385 | @click="openStem(subQuestions, 2, index, indexs)" | 385 | @click="openStem(subQuestions, 2, index, indexs)" |
386 | ></el-button> | 386 | ></el-button> |
387 | - </el-tooltip> | 387 | + </el-tooltip> --> |
388 | <el-popconfirm | 388 | <el-popconfirm |
389 | title="确定删除这道题吗?" | 389 | title="确定删除这道题吗?" |
390 | @confirm="delTabData(indexs, index)" | 390 | @confirm="delTabData(indexs, index)" |
src/views/examinationPaper/edit.vue
@@ -138,7 +138,7 @@ | @@ -138,7 +138,7 @@ | ||
138 | </p> | 138 | </p> |
139 | </div> | 139 | </div> |
140 | <div class="qs-set"> | 140 | <div class="qs-set"> |
141 | - <el-tooltip effect="dark" content="上传提干" placement="top"> | 141 | + <!-- <el-tooltip effect="dark" content="上传提干" placement="top"> |
142 | <el-button | 142 | <el-button |
143 | type="primary" | 143 | type="primary" |
144 | circle | 144 | circle |
@@ -168,7 +168,7 @@ | @@ -168,7 +168,7 @@ | ||
168 | icon="el-icon-upload" | 168 | icon="el-icon-upload" |
169 | @click="openStem(subQuestions, 2, index, indexs)" | 169 | @click="openStem(subQuestions, 2, index, indexs)" |
170 | ></el-button> | 170 | ></el-button> |
171 | - </el-tooltip> | 171 | + </el-tooltip> --> |
172 | <el-popconfirm | 172 | <el-popconfirm |
173 | title="确定删除这道题吗?" | 173 | title="确定删除这道题吗?" |
174 | @confirm="delTabData(indexs, index)" | 174 | @confirm="delTabData(indexs, index)" |
@@ -284,7 +284,7 @@ | @@ -284,7 +284,7 @@ | ||
284 | </p> | 284 | </p> |
285 | </div> | 285 | </div> |
286 | <div class="qs-set"> | 286 | <div class="qs-set"> |
287 | - <el-tooltip effect="dark" content="上传提干" placement="top"> | 287 | + <!-- <el-tooltip effect="dark" content="上传提干" placement="top"> |
288 | <el-button | 288 | <el-button |
289 | type="primary" | 289 | type="primary" |
290 | circle | 290 | circle |
@@ -310,7 +310,7 @@ | @@ -310,7 +310,7 @@ | ||
310 | icon="el-icon-upload" | 310 | icon="el-icon-upload" |
311 | @click="openStem(subQuestions, 2, indexs)" | 311 | @click="openStem(subQuestions, 2, indexs)" |
312 | ></el-button> | 312 | ></el-button> |
313 | - </el-tooltip> | 313 | + </el-tooltip> --> |
314 | <el-popconfirm | 314 | <el-popconfirm |
315 | title="确定删除这道题吗?" | 315 | title="确定删除这道题吗?" |
316 | @confirm="delTabData(indexs, index)" | 316 | @confirm="delTabData(indexs, index)" |