|
@@ -1,21 +1,6 @@
|
|
|
<template>
|
|
|
<div class="tpwjxm">
|
|
|
<el-row>
|
|
|
- <el-col :span="10">
|
|
|
- <el-input
|
|
|
- v-model="pageObj.xmmc"
|
|
|
- placeholder="请输入项目名称"
|
|
|
- class="input-style"
|
|
|
- size="mini"
|
|
|
- @input="changeForm"
|
|
|
- >
|
|
|
- <!-- <i slot="suffix" class="el-input__icon el-icon-search"></i> -->
|
|
|
- <el-button slot="append" icon="el-icon-search"></el-button>
|
|
|
- </el-input>
|
|
|
- </el-col>
|
|
|
- <el-col :span="1">
|
|
|
- <div class="max-width" style="height: 10px"></div>
|
|
|
- </el-col>
|
|
|
<el-col :span="13">
|
|
|
<el-date-picker
|
|
|
v-model="pageObj.sj"
|
|
@@ -30,6 +15,22 @@
|
|
|
>
|
|
|
</el-date-picker>
|
|
|
</el-col>
|
|
|
+
|
|
|
+ <el-col :span="1">
|
|
|
+ <div class="max-width" style="height: 10px"></div>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="10">
|
|
|
+ <el-input
|
|
|
+ v-model="pageObj.xmmc"
|
|
|
+ placeholder="请输入项目名称"
|
|
|
+ class="input-style"
|
|
|
+ size="mini"
|
|
|
+ @input="changeForm"
|
|
|
+ >
|
|
|
+ <!-- <i slot="suffix" class="el-input__icon el-icon-search"></i> -->
|
|
|
+ <el-button slot="append" icon="el-icon-search"></el-button>
|
|
|
+ </el-input>
|
|
|
+ </el-col>
|
|
|
</el-row>
|
|
|
<div class="listDiv">
|
|
|
<div
|