飘泊客 1 year ago
commit 4c56924248

@ -123,16 +123,16 @@ const columns: ProColumns[] = [
},
{
title: '联系方式',
// dataIndex: 'customNid',
customRender: function ({ record }: any) {
if (record.enrollStatus === 2) {
const phoneNumber = record.customNid.toString()
const hiddenPhoneNumber = phoneNumber.replace(/^(\d{3})\d{4}(\d{4})$/, '$1****$2')
return h('div', hiddenPhoneNumber)
} else {
return h('div', record.customNid)
}
}
dataIndex: 'customNid'
// customRender: function ({ record }: any) {
// if (record.enrollStatus === 2) {
// const phoneNumber = record.customNid.toString()
// const hiddenPhoneNumber = phoneNumber.replace(/^(\d{3})\d{4}(\d{4})$/, '$1****$2')
// return h('div', hiddenPhoneNumber)
// } else {
// return h('div', record.customNid)
// }
// }
},
{
title: '报名状态',

@ -75,12 +75,6 @@
: { sm: { span: 24 }, md: { span: 19 } }
"
>
<!-- <a-input
v-model:value="formModel.remark"
placeholder="请输入备注"
:style="{ width: title === '详情' || title === '分发' ? '83%' : '100%' }"
:readonly="title === '详情' || title === '分发'"
/> -->
<a-textarea
v-model:value="formModel.remark"
placeholder="请输入备注"
@ -1000,8 +994,6 @@ const filter: ShowSearchType['filter'] = (inputValue, path) => {
//AMap.Autocomplete
const autoComplete = ref()
//POIAMap.PlaceSearch
const placeSearch = ref()
//POIAMap.PlaceSearch
// const placeSearch = ref()
//AMap.Marker
// Marker
@ -1104,13 +1096,6 @@ const initMap = () => {
// city: '010' //
// })
})
// AMap.plugin('AMap.PlaceSearch', function () {
// // PlaceSearch
// const placeOptions = {
// map: map.value
// }
// placeSearch.value = new AMap.PlaceSearch(placeOptions)
// })
setTimeout(() => {
autoComplete.value?.on('select', (e: any) => {
const selectedTip = e.poi //

Loading…
Cancel
Save