|
@@ -95,8 +95,8 @@
|
|
|
<!-- <i class="el-icon-search" slot="append" @click="searchChange" style=" cursor:pointer;font-size: 16px;"></i> -->
|
|
|
</template>
|
|
|
<template slot-scope="{type,size,row}" slot="menu">
|
|
|
- <el-button :size="size" :type="type" :disabled="row.excelIds == -1" @click="Associationlist(row)">关联清表</el-button>
|
|
|
- <el-button :size="size" :type="type" @click="rightClick(row)">编辑元素</el-button>
|
|
|
+ <el-button :size="size" :type="type" @click="Associationlist(row)">关联清表</el-button>
|
|
|
+ <el-button :size="size" :type="type" :disabled="row.excelIds == -1" @click="rightClick(row)">编辑元素</el-button>
|
|
|
<el-button :size="size" :type="type" :disabled="row.excelIds == -1" @click="adjustExcel(row.id,row.primaryKeyId)">调整表单</el-button>
|
|
|
<el-button :size="size" :type="type" @click="handleEditFormula(row)">编辑公式</el-button>
|
|
|
|