master
飘泊客 1 year ago
parent 78943ff9ae
commit 7dd2555b8f

@ -111,7 +111,7 @@ const columns: ProColumns[] = [
dataIndex: 'enrollStatus', dataIndex: 'enrollStatus',
customRender: function ({ record }: any) { customRender: function ({ record }: any) {
if (record.enrollStatus === 0) { if (record.enrollStatus === 0) {
return h('div', '暂中') return h('div', '暂中')
} else if (record.enrollStatus === 1) { } else if (record.enrollStatus === 1) {
return h('div', '待分发') return h('div', '待分发')
} else if (record.enrollStatus === 2) { } else if (record.enrollStatus === 2) {

@ -22,13 +22,13 @@ import { antdvStyleDeps } from './src/utils/resolvers'
//项目 //项目
// const serverAddress = 'http://admin.ballcat.cn' // const serverAddress = 'http://admin.ballcat.cn'
//xy //xy
const serverAddress = 'http://172.18.0.225:8000' // const serverAddress = 'http://172.18.0.225:8000'
//jt //jt
// const serverAddress = 'http://172.18.1.8:8000' // const serverAddress = 'http://172.18.1.8:8000'
//ts //ts
// const serverAddress = 'http://172.18.0.228:8000' // const serverAddress = 'http://172.18.0.228:8000'
//测试 //测试
// const serverAddress = 'http://39.100.77.21:8000' const serverAddress = 'http://39.100.77.21:8000'
//线上ip //线上ip
// const serverAddress = 'http://175.27.212.74:80' // const serverAddress = 'http://175.27.212.74:80'

Loading…
Cancel
Save