|
@@ -1,5 +1,9 @@
|
|
<template>
|
|
<template>
|
|
- <hc-dialog v-model="isShow" ui="hc-funding-plan-dialog" is-table widths="50rem" title="新增资金预算期" @close="cancelClick">
|
|
|
|
|
|
+ <hc-dialog v-model="isShow" ui="hc-funding-plan-dialog" is-table widths="50rem" title="新增资金预算期" :is-close="false" @close="cancelClick">
|
|
|
|
+ <template #extra>
|
|
|
|
+ <el-button type="primary" size="small">插入上一行</el-button>
|
|
|
|
+ <el-button type="primary" size="small">插入下一行</el-button>
|
|
|
|
+ </template>
|
|
<div>准备写弹窗</div>
|
|
<div>准备写弹窗</div>
|
|
<template #footer>
|
|
<template #footer>
|
|
<el-button @click="cancelClick">取消</el-button>
|
|
<el-button @click="cancelClick">取消</el-button>
|