Просмотр исходного кода

:lipstick: Updating the UI and style files.

冷冷 6 лет назад
Родитель
Сommit
1bca437be3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      pigx-visual/pigx-codegen/src/main/resources/template/index.vue.vm

+ 2 - 2
pigx-visual/pigx-codegen/src/main/resources/template/index.vue.vm

@@ -37,13 +37,13 @@
         </template>
         <template slot-scope="scope"
                   slot="menu">
-          <el-button type="primary"
+          <el-button type="text"
                      v-if="permissions.${moduleName}_${pathName}_edit"
                      icon="el-icon-check"
                      size="small"
                      plain
                      @click="handleEdit(scope.row,scope.index)">编辑</el-button>
-          <el-button type="danger"
+          <el-button type="text"
                      v-if="permissions.${moduleName}_${pathName}_del"
                      icon="el-icon-delete"
                      size="small"