zhouna преди 6 години
родител
ревизия
5d35934430
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      src/components/icss/IndeptLabel.vue
  2. 1 0
      src/components/icss/LabelGroup.vue

+ 1 - 0
src/components/icss/IndeptLabel.vue

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

+ 1 - 0
src/components/icss/LabelGroup.vue

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