Browse Source

-修改icon

jiangbiao 2 years ago
parent
commit
dff67fa089
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ui/src/views/production/record/index.vue

+ 2 - 2
ui/src/views/production/record/index.vue

@@ -349,7 +349,7 @@
               <el-button
                 size="mini"
                 type="text"
-                icon="el-icon-tickets"
+                icon="el-icon-circle-check"
                 @click="checkRecord(scope.row,'合格')"
                 v-hasPermi="['production:record:approve']"
               >合格
@@ -357,7 +357,7 @@
               <el-button
                 size="mini"
                 type="text"
-                icon="el-icon-tickets"
+                icon="el-icon-circle-close"
                 @click="checkRecord(scope.row,'不合格')"
                 v-hasPermi="['production:record:approve']"
               >不合格