소스 검색

update button plain

deason 6 년 전
부모
커밋
e23f225582
2개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 1
      src/modules/print/view/ExamStructure.vue
  2. 0 1
      src/modules/print/view/ProjectStatistic.vue

+ 0 - 1
src/modules/print/view/ExamStructure.vue

@@ -99,7 +99,6 @@
                 icon="el-icon-delete"
                 @click="removeStructure(scope.row)"
                 :disabled="!hasPermit"
-                plain
                 >删除
               </el-button>
             </template>

+ 0 - 1
src/modules/print/view/ProjectStatistic.vue

@@ -139,7 +139,6 @@
                 v-if="scope.row.btnType == 'OTHER'"
                 @click="removeOtherSetting(scope.row)"
                 :disabled="!hasPermit"
-                plain
                 >删除
               </el-button>
             </template>