d7202d303L58">58 72
        {
59
          prop: 'name',
60
          tit: '标题'
73
          prop: 'loginPhone',
74
          tit: '手机账号',
75
          width: '120',
76
          link: true
61 77
        },
62 78
        {
63
          prop: 'class',
64
          tit: '栏目分类',
65
          width: '160'
79
          prop: 'account',
80
          tit: '用户名'
81
        },
82
        {
83
          prop: 'job',
84
          tit: '职位'
66 85
        },
67 86
        {
68
          prop: 'owner',
69
          tit: '发布人',
87
          prop: 'dep',
88
          tit: '所在机构'
89
        },
90
        {
91
          prop: 'linkPhone',
92
          tit: '联系电话',
93
          width: '120'
94
        },
95
        {
96
          prop: 'email',
97
          tit: '联系邮箱',
70 98
          width: '160'
71 99
        },
72 100
        {
73
          prop: 'date',
74
          tit: '发布时间',
101
          prop: 'createTime',
102
          tit: '创建时间',
75 103
          width: '160'
76 104
        },
77 105
        {
78
          prop: 'num',
79
          tit: '浏览数量',
106
          prop: 'createTime',
107
          tit: '最后登录时间',
80 108
          width: '160'
81 109
        },
82 110
        {
83
          operate: 'edit',
84
          width: '200'
111
          operate: true,
112
          width: '100'
85 113
        }
86 114
      ]
87 115
    }
88 116
  },
89 117
  components: {
90
    complexTable,
91 118
    baseInfo,
92 119
    pullBlack
93 120
  },
121
  created() {
122
    this.pageQueryUser()
123
  },
94 124
  methods: {
95
    queryInfo() {
96
      this.$refs.baseInfo.userDialogVisible = true
125
    pageQueryUser() {
126
      var that = this
127
      this.$http.get(pageNormalUser, {
128
        key: that.searchText,
129
        pageSize: that.pageSize,
130
        pageNo: that.pageNo
131
      }, function(res) {
132
        if (res.success && res.data) {
133
          const obj = res.data.data
134
          for (let i = 0; i < obj.length; ++i) {
135
            if (obj[i].createTime) {
136
              obj[i].createTime = parseTime(obj[i].createTime)
137
            }
138
          }
139
          that.total = res.data.total
140
          that.tableData = obj
141
          comTable.gapFilling(that.tableData)
142
        } else {
143
          that.total = 0
144
          that.tableData = []
145
        }
146
      })
147
    },
148
    queryInfo(id) {
149
      this.$refs.baseInfo.queryNormalOne(id)
150
    },
151
    pullBlackFun(id) {
152
      this.$refs.pullBlack.queryNormalOne(id)
97 153
    },
98
    pullBlackFun() {
99
      this.$refs.pullBlack.userDialogVisible = true
154
    handleCurrentChange(val) {
155
      this.pageNo = val
156
      this.pageQueryUser()
100 157
    }
101 158
  }
102 159
}

BIN
static/comimg/default-expert.jpg


BIN
static/comimg/default-org.jpg


BIN
static/comimg/default-plat.jpg


portal-web - Gogs: Go Git Service

portal web service

XMTT 97aaa94eec discover_banner преди 7 години
src 97aaa94eec discover_banner преди 7 години
.gitignore 63758ec593 --update gitignore преди 8 години
config-product.properties ecbfedc8ce --update accessoryFolder and log4j.logs преди 8 години
config-test-dev.properties 15616f0a29 --add config-test-dev.properties преди 8 години
config-test.properties 50324a85e4 修改测试分支配置文件,添加配置文件注释。 преди 8 години
pom.xml 937f9d83ba 1 преди 7 години