Explorar o código

style: button文字

From-wh %!s(int64=2) %!d(string=hai) anos
pai
achega
8f5055159b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      template/admin/src/pages/system/codeGeneration/index.vue

+ 1 - 1
template/admin/src/pages/system/codeGeneration/index.vue

@@ -33,7 +33,7 @@
     </div>
     <Card :bordered="false" dis-hover class="btn">
       <Button class="mr20" @click="beforeTab">上一步</Button>
-      <Button type="primary" @click="nextTab">{{ currentTab == 3 ? '提交' : '下一步' }}</Button>
+      <Button type="primary" @click="nextTab">{{ currentTab == 1 ? '提交' : '下一步' }}</Button>
     </Card>
   </div>
 </template>