文明志愿者列表去除年龄字段展示

main
吕天方 4 months ago
parent bda67b492e
commit b383ba2ad5

@ -2,7 +2,7 @@
* @Author: lough * @Author: lough
* @Date: 2021-12-17 10:07:07 * @Date: 2021-12-17 10:07:07
* @LastEditors: JC9527 * @LastEditors: JC9527
* @LastEditTime: 2024-10-09 13:26:10 * @LastEditTime: 2024-10-11 18:24:20
* @Description: * @Description:
--> -->
<template> <template>
@ -512,7 +512,7 @@ export default {
this.tableList = res.rows this.tableList = res.rows
this.tableKey = [ this.tableKey = [
{ name: '姓名', value: 'name' }, { name: '姓名', value: 'name' },
{ name: '年龄', value: 'age' }, // { name: '', value: 'age' },
{ name: '活动内容', value: 'activityContent' }, { name: '活动内容', value: 'activityContent' },
{ name: '单位', value: 'unit' }, { name: '单位', value: 'unit' },
{ name: '职务', value: 'duty' }, { name: '职务', value: 'duty' },

Loading…
Cancel
Save