|
@ -87,6 +87,9 @@ |
|
|
class="el-icon-plus avatar-uploader-icon"></i> |
|
|
class="el-icon-plus avatar-uploader-icon"></i> |
|
|
</el-upload> |
|
|
</el-upload> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
<el-form-item label="排序" prop="sort"> |
|
|
|
|
|
<el-input-number v-model="dataForm.sort" :min="0"></el-input-number> |
|
|
|
|
|
</el-form-item> |
|
|
</el-form> |
|
|
</el-form> |
|
|
<template slot="footer"> |
|
|
<template slot="footer"> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
|
<el-button @click="visible = false">{{ $t('cancel') }}</el-button> |
|
@ -116,7 +119,8 @@ export default { |
|
|
mobile: '', |
|
|
mobile: '', |
|
|
noticeContent: '', |
|
|
noticeContent: '', |
|
|
allDeptIdsShow: [], |
|
|
allDeptIdsShow: [], |
|
|
noticeVideoUrl: '' |
|
|
noticeVideoUrl: '', |
|
|
|
|
|
sort |
|
|
}, |
|
|
}, |
|
|
value: '', |
|
|
value: '', |
|
|
loading: false, |
|
|
loading: false, |
|
|