Tcsm
2023-07-25 90f011d24f2a771f9b63eef8f7047a38acf00fff
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,
        },
        // 表单参数