Browse Source

优化

master
陈裕财 4 years ago
parent
commit
977a4e6490
  1. 1699
      src/views/xm/core/xmProduct/XmProductInfo.vue
  2. 17
      src/views/xm/core/xmProduct/XmProductOverview.vue
  3. 2
      src/views/xm/core/xmProduct/XmProductOverviewComplex.vue

1699
src/views/xm/core/xmProduct/XmProductInfo.vue
File diff suppressed because it is too large
View File

17
src/views/xm/core/xmProduct/XmProductOverview.vue

@ -1,19 +1,6 @@
<template>
<section class="page-container padding">
<el-row class="page-main" :style="{overflowX:'hidden',height:maxTableHeight+'px'}" ref="pageMainRef">
<el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px">
<div>
<el-row style="padding:10px">
<el-steps :active="calcXmProductPstatusStep" align-center finish-status="success">
<el-step v-for="(i,index) in dicts['xmProductPstatus']" :title="i.name" :key="index" >
</el-step>
</el-steps>
</el-row>
</div>
</el-card>
</el-row>
<section class="padding">
<el-row class="page-main" :style="{overflowX:'hidden',height:maxTableHeight+'px'}" ref="pageMainRef">
<el-row :gutter="10" style="margin-bottom:10px">
<el-col :span="8" >
<el-card class="box-card" style="padding:0px ;height:425px">

2
src/views/xm/core/xmProduct/XmProductOverviewComplex.vue

@ -1,5 +1,5 @@
<template>
<section class="page-container padding-left padding-right">
<section class="padding-left padding-right">
<el-menu mode="horizontal" default-active="overview" @select="onMenuToolBarSelect">
<el-menu-item index="overview">
<span slot="title">产品概览</span>

Loading…
Cancel
Save