|
@@ -239,12 +239,12 @@
|
|
|
|
|
|
</a-row>
|
|
</a-row>
|
|
<a-row :gutter="24">
|
|
<a-row :gutter="24">
|
|
- <a-col :span="12">
|
|
|
|
|
|
+ <a-col :span="18">
|
|
<a-form-model-item label="通知人" prop="Noticer">
|
|
<a-form-model-item label="通知人" prop="Noticer">
|
|
<a-input v-model="formState.Noticer" placeholder="请输入" ></a-input>
|
|
<a-input v-model="formState.Noticer" placeholder="请输入" ></a-input>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :span="12">
|
|
|
|
|
|
+ <a-col :span="6">
|
|
<a-form-model-item label="通知时间" prop="Noticer">
|
|
<a-form-model-item label="通知时间" prop="Noticer">
|
|
<a-input v-model="formState.createTime" placeholder="请输入" readOnly></a-input>
|
|
<a-input v-model="formState.createTime" placeholder="请输入" readOnly></a-input>
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|