Commit 3cf1f3f535f8f0658560d9d1beacd444a4d064ab

Authored by 梁保满
1 parent a3fcda80

隐藏上传提干等按钮

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