Sfoglia il codice sorgente

去掉临时链接按钮

natasha 3 mesi fa
parent
commit
afd67c21d8
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/courseList.vue

+ 3 - 3
src/views/courseList.vue

@@ -128,7 +128,7 @@
               width="170"
               sortable="custom"
             />
-            <el-table-column fixed="right" label="操作" prop width="370">
+            <el-table-column fixed="right" label="操作" prop width="300">
               <template slot-scope="scope">
                 <el-button type="text" @click="handleClick(scope.row)"
                   >编辑</el-button
@@ -151,9 +151,9 @@
                 <el-button type="text" @click="handleDiscount(scope.row)"
                   >授权码</el-button
                 >
-                <el-button type="text" @click="handleCreatLink(scope.row)"
+                <!-- <el-button type="text" @click="handleCreatLink(scope.row)"
                   >生成链接</el-button
-                >
+                > -->
                 <el-button type="text" @click="handleDel(scope.row)"
                   >删除</el-button
                 >