소스 검색

更改事项样式

conghelong 1 년 전
부모
커밋
63c3010d93
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/matter/matter.vue

+ 2 - 2
src/views/matter/matter.vue

@@ -113,14 +113,14 @@
             v-if="scope.row.examine != 1"
             size="mini"
             type="text"
-            icon="el-icon-delete"
+            icon="el-icon-s-platform"
             @click="handleExamine(scope.row)"
           >审核</el-button>
           <el-button
 
             size="mini"
             type="text"
-            icon="el-icon-delete"
+            icon="el-icon-view"
             @click="handleview(scope.row)"
           >查看</el-button>
         </template>