Commit 229832c3 authored by youjie's avatar youjie

no message

parent 39f32cc8
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="团队编号" label="团队编号"
width="170"> width="200">
<template slot-scope="scope"> <template slot-scope="scope">
<p>{{scope.row.OutBranchName}}</p> <p>{{scope.row.OutBranchName}}</p>
<span style="cursor: pointer;text-decoration: underline;" <span style="cursor: pointer;text-decoration: underline;"
...@@ -155,6 +155,13 @@ ...@@ -155,6 +155,13 @@
label="新出团公司" width="130"></el-table-column> label="新出团公司" width="130"></el-table-column>
<el-table-column <el-table-column
prop="" prop=""
label="审核状态" width="100">
<template slot-scope="scope">
{{scope.row.BranchAuditStateStr}}
</template>
</el-table-column>
<el-table-column
prop=""
label="操作" label="操作"
width="150"> width="150">
<template slot-scope="scope"> <template slot-scope="scope">
......
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