Tcsm
2023-07-25 90f011d24f2a771f9b63eef8f7047a38acf00fff
各模块时间搜索已完善
7个文件已修改
34 ■■■■■ 已修改文件
ruoyi-ui/src/views/device/index.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/economy/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/genealogy/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/secret/index.vue 19 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/self/memo.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/device/index.vue
@@ -6,7 +6,7 @@
        <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="开始日期"
@@ -482,6 +482,8 @@
    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 => {
ruoyi-ui/src/views/economy/index.vue
@@ -6,7 +6,7 @@
        <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="开始日期"
@@ -343,7 +343,7 @@
      btn:false,
      formDat: {
        type: undefined,
        happenTime: undefined,
        createTime: undefined,
        useFor: undefined,
        usePeople: undefined,
        kind:undefined,
ruoyi-ui/src/views/genealogy/index.vue
@@ -86,7 +86,7 @@
<!--      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"-->
ruoyi-ui/src/views/healthy/index.vue
@@ -6,7 +6,7 @@
        <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="开始日期"
ruoyi-ui/src/views/note/index.vue
@@ -52,7 +52,7 @@
        <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="开始日期"
ruoyi-ui/src/views/secret/index.vue
@@ -4,9 +4,9 @@
        <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="开始日期"
@@ -23,9 +23,9 @@
          />
        </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"
@@ -102,12 +102,12 @@
        <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" >
@@ -340,7 +340,7 @@
        // 总条数
        total: 0,
        // 家大事记表格数据
        economyList: [],
        secretList: [],
        // 弹出层标题
        title: "",
        // 是否显示弹出层
@@ -367,8 +367,8 @@
          happenTime: undefined,
          accNo:undefined,
          password:undefined,
          validityDate:undefined,
          isFinger:undefined,
          validityDate:undefined,
          isFace:undefined,
          isPrivate:undefined,
          location:undefined,
@@ -386,6 +386,7 @@
          type:undefined,
          accNo:undefined,
          happenTime:undefined,
          useFor:undefined,
        },
        // 表单参数
ruoyi-ui/src/views/self/memo.vue
@@ -31,6 +31,7 @@
          range-separator="-"
          start-placeholder="开始日期"
          end-placeholder="结束日期"
          @keyup.enter.native="handleQuery"
        ></el-date-picker>
      </el-form-item>
      <el-form-item label="人物" prop="people">