|
@@ -65,7 +65,8 @@
|
|
|
<a @click="handleExportXls(record)" style="color:green;">关联委外</a>
|
|
|
<a-divider type="vertical" />
|
|
|
<a @click="handleCopy(record,index)" style="color:green;">复制</a>
|
|
|
- <!-- <a @click="handleDelete(record,index)" style="color:red;">删行</a> -->
|
|
|
+ <a-divider type="vertical" />
|
|
|
+ <a @click="handleDelete(record,index)" style="color:red;">删行</a>
|
|
|
</span>
|
|
|
|
|
|
</a-table>
|