|
@@ -47,13 +47,13 @@
|
|
|
<text>下单时间:</text>
|
|
|
<text>{{ info.buy_time || '暂无' }}</text>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="thr_1" v-if="info.leader_name">
|
|
|
+ <el-col :span="24" class="thr_1" v-if="info.sleader_name">
|
|
|
<text>采购审批领导:</text>
|
|
|
- <text>{{ info.leader_name || '暂无' }}</text>
|
|
|
+ <text>{{ info.sleader_name || '暂无' }}</text>
|
|
|
</el-col>
|
|
|
- <el-col :span="24" class="thr_1" v-if="info.accounting_name">
|
|
|
+ <el-col :span="24" class="thr_1" v-if="info.saccounting_name">
|
|
|
<text>采购审批会计:</text>
|
|
|
- <text>{{ info.accounting_name || '暂无' }}</text>
|
|
|
+ <text>{{ info.saccounting_name || '暂无' }}</text>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="12" class="four">
|