|
|
@@ -1,10 +1,12 @@
|
|
|
<template>
|
|
|
<div class="article-manager">
|
|
|
<div class="i-layout-page-header header-title">
|
|
|
+ <div class="fl_header">
|
|
|
<router-link :to="{ path: $routeProStr + '/product/product_list' }" v-if="$route.params.id"
|
|
|
><Button icon="ios-arrow-back" size="small" class="mr20">返回</Button></router-link
|
|
|
>
|
|
|
<span class="ivu-page-header-title mr20">商品评论管理</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<Card :bordered="false" dis-hover class="ivu-mt">
|
|
|
<Form ref="formValidate" :model="formValidate" :label-width="75" label-position="left" @submit.native.prevent>
|