sc
This commit is contained in:
@@ -4,8 +4,8 @@ VITE_NODE_ENV=development
|
||||
VITE_DEV=true
|
||||
|
||||
# 请求路径
|
||||
# VITE_BASE_URL='http://47.98.161.246:48080'
|
||||
VITE_BASE_URL='http://114.215.207.150:48080'
|
||||
VITE_BASE_URL='http://47.98.161.246:48080'
|
||||
# VITE_BASE_URL='http://114.215.207.150:48080'
|
||||
# VITE_BASE_URL='http://localhost:48080'
|
||||
|
||||
# 高德地图key密钥
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-select
|
||||
v-model="searchForm.intention"
|
||||
v-model="searchForm.intentionState"
|
||||
placeholder="学员意向"
|
||||
clearable
|
||||
filterable
|
||||
@@ -134,7 +134,7 @@
|
||||
<el-table-column prop="name" label="学员姓名" width="90px" />
|
||||
<el-table-column prop="phone" label="联系方式" width="110px" />
|
||||
<el-table-column prop="followUserName" label="跟进人" width="90" />
|
||||
<el-table-column prop="intentionName" label="学员意向" width="90" />
|
||||
<el-table-column prop="intentionStateName" label="学员意向" width="90" />
|
||||
<el-table-column prop="remarkDate" label="报备日期" width="100px" />
|
||||
<el-table-column prop="remarkUserName" label="报备人" width="90px" />
|
||||
<el-table-column prop="remarkContent" label="报备内容" min-width="400px" />
|
||||
|
||||
@@ -75,14 +75,16 @@ onMounted(() => {
|
||||
getOptions()
|
||||
})
|
||||
|
||||
const message = useMessage()
|
||||
|
||||
const form = ref({
|
||||
stuName: '测试',
|
||||
stuMobile: '189895456214',
|
||||
stuName: '',
|
||||
stuMobile: '',
|
||||
source: '',
|
||||
stuConsultTime: formatDate(new Date()),
|
||||
stuConsultCartype: 'C1',
|
||||
requirement: '123',
|
||||
remark: '321',
|
||||
requirement: '',
|
||||
remark: '',
|
||||
instanceId: '1014'
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user