|
@@ -50,7 +50,7 @@
|
|
|
<template slot="action" slot-scope="text, record">
|
|
|
<div>
|
|
|
<a-button
|
|
|
- id="shelfPlList-edit"
|
|
|
+ :id="'shelfPlList-edit-'+record.id"
|
|
|
size="small"
|
|
|
v-if="record.sysFlag==0"
|
|
|
type="link"
|
|
@@ -58,13 +58,13 @@
|
|
|
@click="addTemp(record)">更改名称</a-button>
|
|
|
<a-button
|
|
|
v-if="orgData.length<20"
|
|
|
- id="shelfPlList-copy"
|
|
|
+ :id="'shelfPlList-copy-'+record.id"
|
|
|
size="small"
|
|
|
type="link"
|
|
|
class="button-primary"
|
|
|
@click="handleCopy(record)">复制</a-button>
|
|
|
<a-button
|
|
|
- id="shelfPlList-del"
|
|
|
+ :id="'shelfPlList-del-'+record.id"
|
|
|
size="small"
|
|
|
v-if="record.sysFlag==0"
|
|
|
type="link"
|