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

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

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

Loading…
Cancel
Save