提交 ce262e48 authored 作者: matian's avatar matian

代码格式化

上级 5a2fec14
......@@ -28,4 +28,4 @@ export default {
this._props = Object.assign(this.defaultProps, this.props)
}
}
</script>
\ No newline at end of file
</script>
const options = [
{
name: '本科', id: 1,
name: '本科',
id: 1,
children: [
{
name: '985/211',
......@@ -35,7 +36,7 @@ const options = [
{
name: '双高',
id: 201
},
},
{
name: '非双高',
id: 202
......
......@@ -9,7 +9,12 @@
:loading="searchUsersloading"
@change="handleChange"
>
<el-option :label="user.realname || user.nickname || user.username" :value="user.id" v-for="user in userList" :key="user.id">
<el-option
:label="user.realname || user.nickname || user.username"
:value="user.id"
v-for="user in userList"
:key="user.id"
>
<span style="float: left">
{{ user.realname || user.nickname || user.username }}
<template v-if="user.mobile">(手机号:{{ user.mobile }})</template>
......
......@@ -139,10 +139,6 @@ export default {
project_tag: '',
project_status: '',
project_sso_id: '',
// last_record_start_time: '',
// last_record_end_time: '',
// created_start_time: '',
// created_end_time: '',
create_date: '',
follow_date: '',
college_type: '',
......@@ -206,7 +202,6 @@ export default {
{ prop: 'universityLevel', slots: 'filter-universityLevel', label: '院校层次:' }
],
columns: [
// { type: 'selection', minWidth: '40px' },
{ prop: 'name', label: '客户名称', minWidth: '140px' },
{
prop: 'source',
......@@ -244,7 +239,6 @@ export default {
{ prop: 'last_record_time', label: '最近跟进时间', minWidth: '150px' },
{ prop: 'project_count', label: '合作项目', minWidth: '80px' },
{ prop: 'contact_count', label: '联系人', minWidth: '80px' },
// { prop: 'created_by.realname', label: '创建员工', minWidth: '100px' },
{
prop: 'created_by',
label: '创建员工',
......
......@@ -94,5 +94,3 @@ export default {
}
}
</script>
<style></style>
......@@ -43,7 +43,6 @@ export default {
// 列表配置
tableOptions() {
return {
// data: this.detail,
remote: {
httpRequest: employeeDetail,
params: {
......@@ -101,5 +100,3 @@ export default {
}
}
</script>
<style></style>
......@@ -31,5 +31,3 @@ export default {
}
}
</script>
<style></style>
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论