ZhangXianQiang
2024-05-20 e8abe383b0348469a0543e225096d31298c12857
src/views/user/student/list.vue
@@ -40,7 +40,7 @@
          <el-tag :type="row.condition == '正常' || row.condition == null  ? 'success' : 'warning'">{{ row.condition ? row.condition : '正常' }}</el-tag>
        </template>
      </el-table-column>
      <el-table-column prop="conditionDetail" label="具体情况" show-overflow-tooltip="true"/>
      <el-table-column prop="conditionDetail" label="具体情况" :show-overflow-tooltip="true"/>
      <el-table-column prop="sex" label="性别" width="60px;" :formatter="sexFormatter"/>
      <el-table-column prop="phone" label="手机号" width="120"/>
      <el-table-column prop="createTime" label="创建时间" width="160px"/>
@@ -123,7 +123,7 @@
      fileList:[],
      queryParam: {
        userName: '',
        role: 1,
        roles: [1],
        pageIndex: 1,
        pageSize: 10
      },