|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div v-if="form.customId == 0" style="text-align:center;margin-top:30px;">
|
|
|
- <span style="font-size:20px;">搜索客户:</span>
|
|
|
+ <span style="font-size:20px;">客户:</span>
|
|
|
<el-select @change="selectCustomFn" v-model="selectCustomName" filterable remote reserve-keyword placeholder="搜索客户,光标插入 Ctrl + C" clearable ref="customref"
|
|
|
:remote-method="searchCustomInfo" :loading="loading" style="width:400px;margin-left:20px;" size="big">
|
|
|
<el-option v-for="item in customInfoList" :key="item.id" :label="`${item.name}`" :value="item"></el-option>
|