洪海涛 4 years ago
parent
commit
51898b822d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/monthlyReport/childrenPage/editReport/index.vue

+ 2 - 1
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -23,7 +23,8 @@
         <el-button
           v-if="pageDate && pageDate.status < 10 && (roleCode === 100 || roleCode === 0)"
           size="small"
-          @click="dialogOpen('dialogSend')">
+          @click="dialogOpen('dialogSend')"
+        >
           发送确认
         </el-button>
         <el-button