@@ -40,7 +40,8 @@ const columns = [
{
prop: 'TODO',
label: '业务公司',
- width: '120px'
+ width: '160px',
+ _slot_:'company'
},
prop: 'apply_name',
@@ -123,6 +123,14 @@
</el-row>
</div>
</template>
+
+ <template #company="{scope}">
+ <el-tooltip :content="'业务公司编码 : ' + scope.row.companyNo" placement="top">
+ <i class="el-icon-warning-outline" style="margin-right:2px;cursor:pointer" />
+ </el-tooltip>
+ {{scope.row.companyName}}
+ </template>
<template #status="{ scope }">
<el-tag
:size="tablebtnSize"
@@ -32,6 +32,12 @@ const columns = [
label: '状态',
width: '100px'
+ {
+ prop: 'TODO',
+ label: '业务公司',
+ },
label: '申请人',
@@ -135,6 +135,13 @@
></el-tag>
<template #order_source="{ scope }">