Explorar o código

删除改为红色

zhouna %!s(int64=6) %!d(string=hai) anos
pai
achega
0689b4ce6b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/icss/MedicinePrompt.vue

+ 1 - 1
src/components/icss/MedicinePrompt.vue

@@ -66,7 +66,7 @@
                     <template slot-scope="scope">
                         <el-button type="text" size="small" @click="toEditProduct(scope.row)">修改</el-button>
                         <span style="margin:0 3px;">|</span>
-                        <el-button type="text" size="small" @click="showDelDialog(scope.row)">删除</el-button>
+                        <el-button type="text" size="small" class="delete" @click="showDelDialog(scope.row)">删除</el-button>
                     </template>
                 </el-table-column>
             </el-table>