Tcsm
2023-10-22 2e6f6f75016d024684653b521766c8834d819d98
修改了页码条和全局搜索
5个文件已修改
35 ■■■■■ 已修改文件
ruoyi-ui/src/views/collection/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/contacts/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/doctor/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/honor/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/search/index.vue 23 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/collection/index.vue
@@ -186,9 +186,9 @@
        <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
      </el-row>
    </div>
    <el-table v-loading="loading" :data="collectionList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;">
    <el-table v-loading="loading" :data="collectionList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" >
      <el-table-column type="selection" :reserve-selection="true" width="55"  align="center" />
      <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="60"/>
      <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80px"/>
      <el-table-column label="获得时间" prop="happenTime" sortable width="120" align="center">
        <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template>
      </el-table-column>
@@ -594,7 +594,7 @@
      );
      listType(this.queryParams).then(response => {
          this.typeList = response.data;
          this.total = response.data.total;
          // console.log( this.typeList )
          // 在回调函数中调用 getTypeOptions()
          this.getTypeOptions();
ruoyi-ui/src/views/contacts/index.vue
@@ -136,9 +136,9 @@
    </el-row>
  </div>
    <el-table v-loading="loading" :data="contactList"  :row-key="getRowId" ref="multipleTable"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" style="background: #FFEFF2;  border-radius: 14px 14px 14px 14px;" >
    <el-table v-loading="loading" :data="contactList"  :row-key="getRowId" ref="multipleTable"  @selection-change="handleSelectionChange"  :row-class-name="tableRowClassName" >
      <el-table-column type="selection" :reserve-selection="true" width="55"  align="center" />
      <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100"/>
      <el-table-column fixed label="序号" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="100px"/>
      <el-table-column label="家人姓名" prop="myName" sortable width="130" >
        <template slot-scope="scope">
ruoyi-ui/src/views/doctor/index.vue
@@ -532,7 +532,6 @@
      );
      listType(this.queryParams).then(response => {
          this.typeList = response.data;
          this.total = response.data.total;
          // console.log( this.typeList )
        // 在回调函数中调用 getTypeOptions()
          this.getTypeOptions();
ruoyi-ui/src/views/honor/index.vue
@@ -523,7 +523,6 @@
      );
      listType(this.queryParams).then(response => {
          this.typeList = response.data;
          this.total = response.data.total;
          // console.log( this.typeList )
          // 在回调函数中调用 getTypeOptions()
          this.getTypeOptions();
ruoyi-ui/src/views/search/index.vue
@@ -47,14 +47,20 @@
        <template slot-scope="scope">{{scope.row.ctTableName? scope.row.ctTableName: '————'}}</template>
        <!--        <template slot-scope="scope">{{ getSrc1(scope.row.type) }}</template>-->
      </el-table-column>
      <el-table-column label="字段" prop="remark" sortable  width="120" align="center" >
        <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template>
      <el-table-column label=" " prop="by1" sortable  width="120" align="center" >
        <template slot-scope="scope">{{scope.row.by1? scope.row.by1: '————'}}</template>
      </el-table-column>
      <el-table-column label="时间" prop="getDate" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.getDate? scope.row.getDate: '————'}}</template>
      <el-table-column label=" " prop="by2" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.by2? scope.row.by2: '————'}}</template>
      </el-table-column>
      <el-table-column label="位置" prop="by5" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.by5 ? scope.row.by5: '————'}}</template>
      <el-table-column label=" " prop="by3" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.by3 ? scope.row.by3: '————'}}</template>
      </el-table-column>
      <el-table-column label=" " prop="by4" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.by4? scope.row.by4: '————'}}</template>
      </el-table-column>
      <el-table-column label=" " prop="by6" sortable width="170" align="center" >
        <template slot-scope="scope">{{scope.row.by6 ? scope.row.by6: '————'}}</template>
      </el-table-column>
      <!--      </el-table-column>-->
@@ -136,7 +142,12 @@
      formDat: {
        ctTableName:undefined,
        createTime:undefined,
        by1:undefined,
        by2:undefined,
        by3:undefined,
        by4:undefined,
        by5:undefined,
        by6:undefined,
        remark:undefined,
        location:undefined,
        ctId:undefined