shop_vue/src/views/plus/release/index.vue
@@ -14,6 +14,7 @@
    <Tag v-if="activeName == 'tag'"></Tag>
    <Cash v-if="activeName == 'cash'"></Cash>
    <Setting v-if="activeName == 'setting'"></Setting>
    <Grade v-if="activeName == 'grade'"></Grade>
  </div>
</template>
<script>
@@ -30,6 +31,7 @@
import Tag from './tag/index';
import Cash from './cash/Cash';
import Setting from './setting/Setting';
import Grade from './grade/index';
export default {
@@ -45,6 +47,7 @@
    Tag,
    Cash,
    Setting,
    Grade,
  },
  data() {
    return {
@@ -86,10 +89,15 @@
          value: '供应发布',
          path:'/plus/release/supplyproject/index'
        },
        // {
        //   key: 'order',
        //   value: '用户订单',
        //   path:'/plus/release/order/Order'
        // },
        {
          key: 'order',
          value: '用户订单',
          path:'/plus/release/order/Order'
          key: 'grade',
          value: '信誉等级',
          path:'/plus/release/grade/index'
        },
        {
          key: 'category',
@@ -101,11 +109,11 @@
          value: '标签列表',
          path:'/plus/release/tag/index'
        },
        {
          key: 'cash',
          value: '提现列表',
          path:'/plus/release/cash/Cash'
        },
        // {
        //   key: 'cash',
        //   value: '提现列表',
        //   path:'/plus/release/cash/Cash'
        // },
        {
          key: 'setting',
          value: '发布设置',