1
@@ -186,6 +186,17 @@
:data="tableList"
:header-cell-style="{ background: '#EDEEF0', color: '#444' }"
>
+ <el-table-column
+ align="center"
+ prop="transNo"
+ label="所属分部"
+ >
+ <template slot-scope="scope">
+ <div>
+ <copy-text>{{ scope.row.organName }}</copy-text>
+ </div>
+ </template>
+ </el-table-column>
<el-table-column
align="center"
width="180px"