Browse Source

优化

master
陈裕财 4 years ago
parent
commit
505acb1a47
  1. 2
      src/views/xm/core/xmIteration/XmIterationOverview.vue
  2. 2
      src/views/xm/core/xmMenu/XmMenuOverview.vue
  3. 2
      src/views/xm/core/xmProduct/XmProductOverview.vue
  4. 2
      src/views/xm/core/xmProject/XmProjectOverview.vue
  5. 2
      src/views/xm/core/xmProjectGroupState/XmProjectGroupStateMng.vue
  6. 4
      src/views/xm/core/xmProjectGroupState/XmProjectGroupStateOverview.vue
  7. 2
      src/views/xm/core/xmProjectPhase/XmProjectPhaseOverview.vue
  8. 2
      src/views/xm/core/xmRecord/XmRecord.vue

2
src/views/xm/core/xmIteration/XmIterationOverview.vue

@ -1,6 +1,6 @@
<template> <template>
<section class="page-container padding"> <section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px"> <el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px"> <el-card class="box-card" style="padding:0px ;height:100px">
<div> <div>

2
src/views/xm/core/xmMenu/XmMenuOverview.vue

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px"> <el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px"> <el-card class="box-card" style="padding:0px ;height:100px">
<div> <div>

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

@ -1,6 +1,6 @@
<template> <template>
<section class="page-container padding"> <section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px"> <el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px"> <el-card class="box-card" style="padding:0px ;height:100px">
<div> <div>

2
src/views/xm/core/xmProject/XmProjectOverview.vue

@ -1,6 +1,6 @@
<template> <template>
<section class="page-container padding"> <section class="page-container padding">
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px"> <el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px"> <el-card class="box-card" style="padding:0px ;height:100px">
<div> <div>

2
src/views/xm/core/xmProjectGroupState/XmProjectGroupStateMng.vue

@ -5,7 +5,7 @@
<el-button type="primary" v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmProjectGroupStates">查询</el-button> <el-button type="primary" v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmProjectGroupStates">查询</el-button>
<el-button type="warning" v-loading="load.edit" @click="loadTasksToXmProjectGroupState">刷新数据</el-button> <el-button type="warning" v-loading="load.edit" @click="loadTasksToXmProjectGroupState">刷新数据</el-button>
</el-row> </el-row>
<el-row class="page-main page-height-80">
<el-row class="page-main">
<!--列表 XmProjectGroupState 功能状态表,无需前端维护所有数据由汇总统计得出--> <!--列表 XmProjectGroupState 功能状态表,无需前端维护所有数据由汇总统计得出-->
<el-table ref="table" :height="tableHeight" :data="xmProjectGroupStates" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> <el-table ref="table" :height="tableHeight" :data="xmProjectGroupStates" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;">
<el-table-column sortable type="index" width="45"></el-table-column> <el-table-column sortable type="index" width="45"></el-table-column>

4
src/views/xm/core/xmProjectGroupState/XmProjectGroupStateOverview.vue

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row :gutter="10" style="margin-bottom:10px"> <el-row :gutter="10" style="margin-bottom:10px">
<el-col :span="12" > <el-col :span="12" >
<el-card class="box-card" style="padding:0px ;height:425px"> <el-card class="box-card" style="padding:0px ;height:425px">
@ -14,7 +14,7 @@
</el-row> </el-row>
</el-row> </el-row>
<el-row style="margin-bottom:18px"> <el-row style="margin-bottom:18px">
<el-col :span="8" @click="">
<el-col :span="8">
<div class="item"> <div class="item">
<div class="icon" style="background-color: rgb(79, 140, 255);"> <div class="icon" style="background-color: rgb(79, 140, 255);">
<i class="el-icon-right"></i> <i class="el-icon-right"></i>

2
src/views/xm/core/xmProjectPhase/XmProjectPhaseOverview.vue

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-row class="page-main page-height-75" style="overflow-x: hidden;">
<el-row class="page-main page-height-70" style="overflow-x: hidden;">
<el-row style="margin-bottom:10px"> <el-row style="margin-bottom:10px">
<el-card class="box-card" style="padding:0px ;height:100px"> <el-card class="box-card" style="padding:0px ;height:100px">
<div> <div>

2
src/views/xm/core/xmRecord/XmRecord.vue

@ -5,7 +5,7 @@
<el-radio v-model="filters.objType" v-for="i in objTypeOptions" :label="i.key" :key="i.key">{{i.name}}</el-radio> <el-radio v-model="filters.objType" v-for="i in objTypeOptions" :label="i.key" :key="i.key">{{i.name}}</el-radio>
<el-button type="primary" v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmRecords">查询</el-button> <el-button type="primary" v-loading="load.list" :disabled="load.list==true" v-on:click="searchXmRecords">查询</el-button>
</el-row> </el-row>
<el-row class="page-main page-height-80">
<el-row class="page-main">
<!--列表 XmRecord xm_record--> <!--列表 XmRecord xm_record-->
<el-table ref="table" :height="tableHeight" :data="xmRecords" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;"> <el-table ref="table" :height="tableHeight" :data="xmRecords" @sort-change="sortChange" highlight-current-row v-loading="load.list" border @selection-change="selsChange" @row-click="rowClick" style="width: 100%;">
<el-table-column sortable type="index" width="40"></el-table-column> <el-table-column sortable type="index" width="40"></el-table-column>

Loading…
Cancel
Save