|
@@ -87,11 +87,9 @@
|
|
</el-input>
|
|
</el-input>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="{type,size,row}" slot="menu">
|
|
<template slot-scope="{type,size,row}" slot="menu">
|
|
- <el-button :size="size" :type="type" @click="Associationlist(row)">关联清表</el-button>
|
|
|
|
- <el-button :size="size" :type="type" @click="rightClick(
|
|
|
|
- row
|
|
|
|
- )">编辑元素</el-button>
|
|
|
|
- <el-button :size="size" :type="type" @click="adjustExcel(row.id,row.primaryKeyId)">调整表单</el-button>
|
|
|
|
|
|
+ <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" :disabled="row.excelIds == -1" @click="adjustExcel(row.id,row.primaryKeyId)">调整表单</el-button>
|
|
<el-button :size="size" :type="type" @click="handleEditFormula(row)">编辑公式</el-button>
|
|
<el-button :size="size" :type="type" @click="handleEditFormula(row)">编辑公式</el-button>
|
|
|
|
|
|
</template>
|
|
</template>
|
|
@@ -101,7 +99,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<Qute ref="Qute" :projectid="projectid" :wbsid="wbsid" :onLoad1="onLoad1" :refreshTree="refreshTree"> </Qute>
|
|
<Qute ref="Qute" :projectid="projectid" :wbsid="wbsid" :onLoad1="onLoad1" :refreshTree="refreshTree"> </Qute>
|
|
- <Relation ref="Relation" :GLExcelFrom="GLExcelFrom" :wbsid="wbsid"></Relation>
|
|
|
|
|
|
+ <Relation ref="Relation" :GLExcelFrom="GLExcelFrom" :wbsid="wbsid" :onLoad1="onLoad1"></Relation>
|
|
<!-- 编辑元素 -->
|
|
<!-- 编辑元素 -->
|
|
<!-- 编辑元素 -->
|
|
<!-- 编辑元素 -->
|
|
<el-dialog
|
|
<el-dialog
|