| | |
| | | <el-date-picker |
| | | v-model="dateRange" |
| | | style="width: 240px;" |
| | | value-format="yyyy-MM-dd HH-MM" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | |
| | | |
| | | getList() { |
| | | this.loading = true; |
| | | this.queryParams.happenStartTime = this.dateRange.length > 0 && this.dateRange[0] |
| | | this.queryParams.happenEndTime = this.dateRange.length > 0 && this.dateRange[1] |
| | | // console.log(this.queryParams) |
| | | // listProperty(this.addDateRange(this.queryParams, this.dateRange)).then(response => { |
| | | listEquipment(this.queryParams).then(response => { |
| | |
| | | <el-date-picker |
| | | v-model="dateRange" |
| | | style="width: 240px;" |
| | | value-format="yyyy-MM-dd HH-MM" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | |
| | | btn:false, |
| | | formDat: { |
| | | type: undefined, |
| | | happenTime: undefined, |
| | | createTime: undefined, |
| | | useFor: undefined, |
| | | usePeople: undefined, |
| | | kind:undefined, |
| | |
| | | <!-- line-height: 21px;--> |
| | | <!-- ">张氏一览表</div>--> |
| | | |
| | | <!-- <el-row :gutter="10" class="mb8">--> |
| | | <el-row :gutter="10" class="mb8"> |
| | | <!-- <el-col :span="1.5">--> |
| | | <!-- <el-button--> |
| | | <!-- type="primary"--> |
| | |
| | | <el-date-picker |
| | | v-model="dateRange" |
| | | style="width: 240px;" |
| | | value-format="yyyy-MM-dd HH-MM" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | |
| | | <el-date-picker |
| | | v-model="dateRange" |
| | | style="width: 240px" |
| | | value-format="yyyy-MM-dd HH-MM-SS" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | |
| | | |
| | | <el-form-item label="时间" prop="happenTime"> |
| | | <el-date-picker |
| | | v-model="queryParams.happenTime" |
| | | v-model="dateRange" |
| | | style="width: 240px;" |
| | | value-format="yyyy-MM-dd HH-MM" |
| | | value-format="yyyy-MM-dd" |
| | | type="daterange" |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="账号" prop="useFor"> |
| | | <el-form-item label="账号" prop="accNo"> |
| | | <el-input |
| | | v-model="queryParams.useFor" |
| | | v-model="queryParams.accNo" |
| | | placeholder="请输入账号" |
| | | clearable |
| | | style="width: 240px" |
| | |
| | | <el-table-column type="selection" :reserve-selection="true" width="55" align="center" /> |
| | | <el-table-column label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/> |
| | | <el-table-column label="发生时间" prop="happenTime" sortable width="100" align="center"> |
| | | <template slot-scope="scope">{{scope.row.happenTime? scope.row.createTime: '————'}}</template> |
| | | <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="类型" prop="type" sortable width="100" /> |
| | | <el-table-column label="类别" prop="type" sortable width="100" /> |
| | | <el-table-column label="账号" prop="accNo" sortable width="100" /> |
| | | <el-table-column label="有效期" prop="validityDate" sortable width="100" align="center"> |
| | | <template slot-scope="scope">{{scope.row.createTime? scope.row.createTime: '————'}}</template> |
| | | <template slot-scope="scope">{{scope.row.validityDate? scope.row.validityDate: '————'}}</template> |
| | | </el-table-column> |
| | | <el-table-column label="密码" prop="password" sortable width="100" /> |
| | | <el-table-column label="是否开启指纹" prop="isFinger" sortable width="120" > |
| | |
| | | // 总条数 |
| | | total: 0, |
| | | // 家大事记表格数据 |
| | | economyList: [], |
| | | secretList: [], |
| | | // 弹出层标题 |
| | | title: "", |
| | | // 是否显示弹出层 |
| | |
| | | happenTime: undefined, |
| | | accNo:undefined, |
| | | password:undefined, |
| | | validityDate:undefined, |
| | | isFinger:undefined, |
| | | validityDate:undefined, |
| | | isFace:undefined, |
| | | isPrivate:undefined, |
| | | location:undefined, |
| | |
| | | type:undefined, |
| | | accNo:undefined, |
| | | happenTime:undefined, |
| | | useFor:undefined, |
| | | |
| | | }, |
| | | // 表单参数 |
| | |
| | | range-separator="-" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | @keyup.enter.native="handleQuery" |
| | | ></el-date-picker> |
| | | </el-form-item> |
| | | <el-form-item label="人物" prop="people"> |