mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 21:06:44 +08:00
头像上传组件调整
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="qr_header"></div>
|
||||
<div class="qr_main">
|
||||
<div class="qrm_header">
|
||||
<span style="title">选择教师专长</span>
|
||||
<span style="title">{{Addtitle}}</span>
|
||||
<div class="close_exit" @click="closeCodeModal"></div>
|
||||
</div>
|
||||
<div class="line"></div>
|
||||
@@ -77,6 +77,14 @@ export default {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
Addtitle:{
|
||||
type:String,
|
||||
default: true,
|
||||
},
|
||||
AddContentList:{
|
||||
type:Object,
|
||||
default: true,
|
||||
}
|
||||
},
|
||||
setup(props, ctx) {
|
||||
const state = reactive({
|
||||
|
||||
Reference in New Issue
Block a user