|
@@ -22,13 +22,13 @@
|
|
|
|
|
|
<el-table-column v-if="[1].indexOf(isOperate) == -1" label="操作" align="center" width="150px">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-dropdown split-button type="primary" size="small" @click="handleCommand('e', scope.row)"
|
|
|
+ <el-dropdown split-button type="primary" size="small" @click="handleCommand('e', scope.row)" :hide-on-click="false" ref="showDropdown"
|
|
|
@command="handleCommand($event, scope.row)">
|
|
|
<span>编 辑</span>
|
|
|
<el-dropdown-menu slot="dropdown" style="text-align:center">
|
|
|
<el-dropdown-item>
|
|
|
<el-dropdown @command="handleCommand($event, scope.row)" placement="left-start">
|
|
|
- <span> 专利导入 </span>
|
|
|
+ <p> 专利导入 </p>
|
|
|
<el-dropdown-menu style="text-align:center">
|
|
|
<el-dropdown-item command="0"> Excel导入 </el-dropdown-item>
|
|
|
<el-dropdown-item command="1">专利号导入 </el-dropdown-item>
|