|
@ -10,7 +10,7 @@ |
|
|
placeholder="通知标题" |
|
|
placeholder="通知标题" |
|
|
clearable></el-input> |
|
|
clearable></el-input> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
<el-form-item label="通知模块" prop="noticeCategory"> |
|
|
<el-form-item label="所属模块" prop="noticeCategory"> |
|
|
<el-select v-model="dataForm.noticeCategory" placeholder="请选择模块" clearable> |
|
|
<el-select v-model="dataForm.noticeCategory" placeholder="请选择模块" clearable> |
|
|
<el-option |
|
|
<el-option |
|
|
v-for="item in optionNoticeCategoryCode" |
|
|
v-for="item in optionNoticeCategoryCode" |
|
|