|
@@ -85,7 +85,7 @@
|
|
label="元素来源"
|
|
label="元素来源"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-link type="primary" @click="eleCheck(scope.row,scope.$index,1)">查看</el-link>
|
|
|
|
|
|
+ <el-link type="warning" @click="eleCheck(scope.row,scope.$index,1)">查看</el-link>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -93,7 +93,7 @@
|
|
label="绑定岗位"
|
|
label="绑定岗位"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- <el-link type="primary" @click="selectPost(scope.row,scope.$index,1)">查看</el-link>
|
|
|
|
|
|
+ <el-link type="warning" @click="selectPost(scope.row,scope.$index,1)">查看</el-link>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column
|
|
<el-table-column
|
|
@@ -271,7 +271,7 @@
|
|
</el-scrollbar>
|
|
</el-scrollbar>
|
|
</div>
|
|
</div>
|
|
<el-table
|
|
<el-table
|
|
- height="400px"
|
|
|
|
|
|
+ max-height="600px"
|
|
v-loading="elementLoading"
|
|
v-loading="elementLoading"
|
|
v-if="selectedSourceOption === 1&&isEleView"
|
|
v-if="selectedSourceOption === 1&&isEleView"
|
|
:data="elementList1"
|
|
:data="elementList1"
|
|
@@ -339,6 +339,7 @@
|
|
v-if="isPosView"
|
|
v-if="isPosView"
|
|
:data="positionList1"
|
|
:data="positionList1"
|
|
border
|
|
border
|
|
|
|
+ max-height="600px"
|
|
:header-cell-style="{ background: '#A0B7E2', color: 'black' }"
|
|
:header-cell-style="{ background: '#A0B7E2', color: 'black' }"
|
|
style="width: 100%;margin-top: 20px;">
|
|
style="width: 100%;margin-top: 20px;">
|
|
|
|
|