瀏覽代碼

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>