|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col v-if="isUnflod" :span="12"> | 
|---|
|  |  |  | <el-col v-if="isUnflod && !isDetail" :span="12"> | 
|---|
|  |  |  | <el-form-item label="客户状态" prop="client_status_id"> | 
|---|
|  |  |  | <div class="common-select"> | 
|---|
|  |  |  | <el-select | 
|---|
|  |  |  | 
|---|
|  |  |  | </div> | 
|---|
|  |  |  | </el-form-item> | 
|---|
|  |  |  | </el-col> | 
|---|
|  |  |  | <el-col :span="12"> | 
|---|
|  |  |  | <el-col :span="12" v-if="!isDetail"> | 
|---|
|  |  |  | <el-form-item label="销售线索" prop="sales_leads_name"> | 
|---|
|  |  |  | <div class="custom-name"> | 
|---|
|  |  |  | <!-- <el-input v-model="editConfig.infomation.sales_leads_id"></el-input> --> | 
|---|
|  |  |  | 
|---|
|  |  |  | }; | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | isDetail: { | 
|---|
|  |  |  | type: Boolean, | 
|---|
|  |  |  | default: false | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | components: { | 
|---|
|  |  |  | SelectClientDialog, | 
|---|