商品信息
parent
d6b727d47b
commit
456cf765be
|
@ -161,7 +161,7 @@
|
|||
<el-dialog :title="title" :visible.sync="open" width="60%" append-to-body>
|
||||
<el-card>
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-steps :active="active" finish-status="success">
|
||||
<el-steps :active="active" finish-status="success" align-center>
|
||||
<el-step title="添加商品信息"> </el-step>
|
||||
<el-step title="添加规格信息"></el-step>
|
||||
<el-step title="添加描述信息"></el-step>
|
||||
|
|
|
@ -62,6 +62,7 @@
|
|||
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
||||
</el-row>
|
||||
|
||||
<el-card>
|
||||
<el-table v-loading="loading" :data="ruleInfoList" @selection-change="handleSelectionChange">
|
||||
<el-table-column type="selection" width="55" align="center" />
|
||||
<el-table-column label="ID" align="center" prop="id" />
|
||||
|
@ -108,6 +109,7 @@
|
|||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</el-card>
|
||||
|
||||
<pagination
|
||||
v-show="total>0"
|
||||
|
|
Loading…
Reference in New Issue