|
|
|
|
336
|
</div>
|
336
|
</div>
|
337
|
</el-dialog>
|
337
|
</el-dialog>
|
338
|
<el-dialog title="查看预算" :visible.sync="openBudget" width="65%" append-to-body>
|
338
|
<el-dialog title="查看预算" :visible.sync="openBudget" width="65%" append-to-body>
|
339
|
- <new-budget-info :taskForm="budgetTaskForm" :taskName="''"></new-budget-info>
|
|
|
|
|
339
|
+ <new-budget-info :taskForm="budgetTaskForm" :taskName="''" v-if="budgetTaskForm.formId"></new-budget-info>
|
|
|
340
|
+ <div v-else>
|
|
|
341
|
+ <el-empty description="暂无预算信息" />
|
|
|
342
|
+ </div>
|
340
|
</el-dialog>
|
343
|
</el-dialog>
|
341
|
<el-drawer title="查看历史借款" :visible.sync="openBorrow" direction="rtl" size="35%" append-to-body>
|
344
|
<el-drawer title="查看历史借款" :visible.sync="openBorrow" direction="rtl" size="35%" append-to-body>
|
342
|
<history-borrow :historyBorrowList="historyBorrowList"></history-borrow>
|
345
|
<history-borrow :historyBorrowList="historyBorrowList"></history-borrow>
|