فهرست منبع

:lipstick: Updating the UI and style files.

冷冷 6 سال پیش
والد
کامیت
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"