Commit 33a9f55c authored by levante's avatar levante

123

parent 33079642
<template> <template>
<div class="routerWapper"> <div class="routerWapper">
<div class="portalDetailTitle" v-if="$route.name == 'actionList'"> <div class="portalDetailTitle" v-if="$route.name == 'actionList'">
<span class="title">触发Action</span> <a-tabs default-active-key="1" @change="callback">
<div class="layoutMargin layoutPadding"> <a-tab-pane key="1" tab="触发Action">
<div class="layoutMargin">
<a-row> <a-row>
<a-col span="24"> <a-col span="24">
<a-button icon="plus" type="primary" @click="onCreate">新建</a-button> <a-button icon="plus" type="primary" @click="onCreate">新建</a-button>
...@@ -25,7 +26,7 @@ ...@@ -25,7 +26,7 @@
</span> </span>
</a-table> </a-table>
<a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px"> <a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px">
<a-steps :current="current"> <a-steps :current="current" style="margin-bottom: 20px">
<a-step v-for="item in steps" :key="item.title" :title="item.title" /> <a-step v-for="item in steps" :key="item.title" :title="item.title" />
</a-steps> </a-steps>
<div class="steps-content"> <div class="steps-content">
...@@ -95,6 +96,9 @@ ...@@ -95,6 +96,9 @@
</template> </template>
</a-modal> </a-modal>
</div> </div>
</a-tab-pane>
<a-tab-pane key="2" tab="执行Action"></a-tab-pane>
</a-tabs>
</div> </div>
</div> </div>
</template> </template>
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</span> </span>
</a-table> </a-table>
<a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px"> <a-modal title="系统注册" v-model="isShow" width='900px' style="padding: 20px">
<a-steps :current="current"> <a-steps :current="current" style="margin-bottom: 20px">
<a-step v-for="item in steps" :key="item.title" :title="item.title" /> <a-step v-for="item in steps" :key="item.title" :title="item.title" />
</a-steps> </a-steps>
<div class="steps-content"> <div class="steps-content">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment