Browse Source

优化

master
陈裕财 4 years ago
parent
commit
83cceef2be
  1. 2
      src/views/xm/core/xmProject/XmProjectList.vue
  2. 2
      src/views/xm/core/xmProject/XmProjectSelect.vue

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

@ -1,5 +1,5 @@
<template> <template>
<section>
<section class="padding">
<el-row> <el-row>
<el-input v-model="filters.key" style="width:60%;" placeholder="项目名称模糊查询"> <el-input v-model="filters.key" style="width:60%;" placeholder="项目名称模糊查询">
</el-input> </el-input>

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

@ -1,6 +1,6 @@
<template> <template>
<section> <section>
<el-row class="page-main">
<el-row class="page-main padding-left">
<el-table ref="table" :height="maxTableHeight" stripe :data="xmProjects" highlight-current-row v-loading="load.list" @selection-change="selsChange" @row-click="rowClick" style="width: 100%;" > <el-table ref="table" :height="maxTableHeight" stripe :data="xmProjects" highlight-current-row v-loading="load.list" @selection-change="selsChange" @row-click="rowClick" style="width: 100%;" >
<el-table-column prop="name" label="项目名称" min-width="80" > <el-table-column prop="name" label="项目名称" min-width="80" >
<template slot-scope="scope"> <template slot-scope="scope">

Loading…
Cancel
Save