|
|
@@ -159,7 +159,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!--光头-->
|
|
|
- <MyTable :noQuery="true" :height="tableHeight" ref="guangtouRef" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
|
|
|
+ <MyTable :noQuery="true" fixedName="operation" :height="tableHeight" ref="guangtouRef" :layout="tool.tabelCol($route.name)['guangtouTable'].tablecols" :param="guangtouParam" :opwidth="200" :custom="true" style="margin-top: 14px">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
|
|
|
</template>
|
|
|
@@ -280,7 +280,7 @@
|
|
|
</div>
|
|
|
<!--选辅件-->
|
|
|
<div class="dialog-content" v-show="active == 3">
|
|
|
- <MyTable :noQuery="true" ref="fujianRef" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
|
|
|
+ <MyTable :noQuery="true" ref="fujianRef" fixedName="operation" :height="tableHeight" :layout="tool.tabelCol($route.name)['itemList'].tablecols" :param="fujianParam" :opwidth="200" :custom="true" style="margin-top: 14px">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname != 'operation'">{{$t(scope.column.data[scope.column.columnname])}}</span>
|
|
|
</template>
|