|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<!-- 弹框信息 -->
|
|
<!-- 弹框信息 -->
|
|
- <a-modal v-model="savePlanModalVisible" :title="title" @ok="handleOk" @cancel="handleCancel" width="86%">
|
|
|
|
|
|
+ <a-modal v-model="savePlanModalVisible" :title="title" @ok="handleOk" @cancel="handleCancel" width="80%">
|
|
<a-divider orientation="left" dashed class="divider">基本信息</a-divider>
|
|
<a-divider orientation="left" dashed class="divider">基本信息</a-divider>
|
|
|
|
|
|
<a-form :form="addForm" :label-col="{ span: 4 }" :wrapper-col="{ span: 14 }">
|
|
<a-form :form="addForm" :label-col="{ span: 4 }" :wrapper-col="{ span: 14 }">
|