预算书-财政拨款、年度预算表 功能添加 10.31

master
zhc077 3 weeks ago
parent 67280d2a92
commit e11a89f419
  1. 9
      jeecgboot-vue3/src/views/projectApplication/kejigongguan/yusuanshu/NianDuYuSuanDemo.vue

@ -28,10 +28,10 @@
</tr>
</tbody>
</table>
</div>
<div class="button-container">
<a-button type="primary" @click="handleSubmit">保存</a-button>
<a-button type="primary" @click="router.back()">返回</a-button>
<div class="button-container" style="margin-top: 50px">
<a-button type="primary" @click="handleSubmit">保存</a-button>
<a-button type="primary" @click="router.back()" style="margin-left: 30px">返回</a-button>
</div>
</div>
</template>
@ -123,6 +123,7 @@ const Amount = computed(() => {
.container {
width: 100%;
height: 500px;
margin-top: 20px;
}
table {
width: 100%;

Loading…
Cancel
Save