Browse Source

按钮修改

daiqisheng 2 years ago
parent
commit
1cc5008d68
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/pages/main/performance/components/sheet.vue

+ 3 - 3
src/pages/main/performance/components/sheet.vue

@@ -222,11 +222,11 @@
       </el-form>
       <template v-slot:footer>
         <div>
-          <el-button @click.prevent="handleApprove('1')">结束</el-button>
-          <el-button @click.prevent="handleApprove('4')" type="primary"
+          <el-button @click.prevent="handleApprove('1')" type="primary">结束</el-button>
+          <el-button @click.prevent="handleApprove('4')"
             >转副总审批</el-button
           >
-          <el-button @click.prevent="handleApprove('3')" type="primary"
+          <el-button @click.prevent="handleApprove('3')"
             >转总经理审批</el-button
           >
         </div>