|
|
@@ -81,7 +81,7 @@
|
|
|
</template>
|
|
|
|
|
|
<template #slot-select-cp="{scope}">
|
|
|
- <el-select @change="searchSelectCp" v-model="selectCpName" filterable remote reserve-keyword placeholder="请搜索产品" :remote-method="searchCpInfo" :loading="loading" style="width:200px;margin-left:20px;" size="medium">
|
|
|
+ <el-select @change="searchSelectCp" v-model="selectCpName" filterable remote reserve-keyword placeholder="搜索产品" :remote-method="searchCpInfo" :loading="loading" style="width:200px;margin-left:20px;" size="medium">
|
|
|
<el-option v-for="item in cpInfoList" :key="item.id" :label="`${item.name}(${item.auth == 1 ?'认证':'未认证'})${item.id} ${item.delStatus==1?' 已删除': ''}`" :value="item.id"> </el-option>
|
|
|
</el-select>
|
|
|
</template>
|