Commit 0703df77 authored by liudong1993's avatar liudong1993

1

parent 5d989e97
...@@ -278,6 +278,11 @@ ...@@ -278,6 +278,11 @@
@click="openDetails(scope.row.FrID)">{{ scope.row.FrID }}</span> @click="openDetails(scope.row.FrID)">{{ scope.row.FrID }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="" :label="$t('system.query_company')" show-overflow-tooltip width="120">
<template slot-scope="scope">
<div>{{scope.row.RB_BranchName}}</div>
</template>
</el-table-column>
<el-table-column prop="name" :label="$t('fnc.djleixing')" width="120"> <el-table-column prop="name" :label="$t('fnc.djleixing')" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<span v-if="scope.row.Type==2" style="display: inline-block; <span v-if="scope.row.Type==2" style="display: inline-block;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment