ZaiZai il y a 1 an
Parent
commit
fc2626896f
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      src/views/funding/modules/plan-data.vue

+ 5 - 1
src/views/funding/modules/plan-data.vue

@@ -1,5 +1,9 @@
 <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>
         <template #footer>
             <el-button @click="cancelClick">取消</el-button>