|
@@ -55,6 +55,14 @@
|
|
|
<text>采购审批会计:</text>
|
|
|
<text>{{ info.saccounting_name || '暂无' }}</text>
|
|
|
</el-col>
|
|
|
+ <el-col :span="24" class="thr_1" v-if="info.cleader_name">
|
|
|
+ <text>回款审批领导:</text>
|
|
|
+ <text>{{ info.cleader_name || '暂无' }}</text>
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="24" class="thr_1" v-if="info.caccounting_name">
|
|
|
+ <text>回款审批会计:</text>
|
|
|
+ <text>{{ info.caccounting_name || '暂无' }}</text>
|
|
|
+ </el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="four">
|
|
|
<el-col :span="24" class="four_1">
|