wangqifan 3 years ago
parent
commit
541fc810ee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/vue/src/views/CustomerAccountEdit.vue

+ 1 - 1
src/main/vue/src/views/CustomerAccountEdit.vue

@@ -143,7 +143,7 @@
                                     <span v-else>{{ cycles.money }}</span></span
                                 >
                                 <el-button
-                                    type="danger"
+                                    type="primary"
                                     v-show="!show"
                                     v-if="(cycles.idx === item.nowIdx) & enabled"
                                     @click="showEntryDialog(item.contractId, cycles)"