|
@@ -138,14 +138,6 @@
|
|
|
></el-input>
|
|
></el-input>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
|
|
|
|
|
- <el-form-item label="拼音缩写" prop="py">
|
|
|
|
|
- <el-input
|
|
|
|
|
- v-model="replaceForm.py"
|
|
|
|
|
- placeholder="拼音缩写"
|
|
|
|
|
- size="small"
|
|
|
|
|
- ></el-input>
|
|
|
|
|
- </el-form-item>
|
|
|
|
|
-
|
|
|
|
|
<el-form-item label="图片" prop="cover">
|
|
<el-form-item label="图片" prop="cover">
|
|
|
<cl-upload v-model="replaceForm.cover" :success="uploadSuccess"></cl-upload>
|
|
<cl-upload v-model="replaceForm.cover" :success="uploadSuccess"></cl-upload>
|
|
|
<p style="font-size: 14px; color: #cccccc">建议上传1:1图片</p>
|
|
<p style="font-size: 14px; color: #cccccc">建议上传1:1图片</p>
|
|
@@ -250,7 +242,6 @@ export default {
|
|
|
addDialog: false,
|
|
addDialog: false,
|
|
|
replaceForm: {
|
|
replaceForm: {
|
|
|
name: '',
|
|
name: '',
|
|
|
- py:'',
|
|
|
|
|
classId: '',
|
|
classId: '',
|
|
|
className: '',
|
|
className: '',
|
|
|
cover: '',
|
|
cover: '',
|
|
@@ -531,7 +522,6 @@ export default {
|
|
|
inTurn:100,
|
|
inTurn:100,
|
|
|
ratio:'',
|
|
ratio:'',
|
|
|
ratioType:0,
|
|
ratioType:0,
|
|
|
- py:'',
|
|
|
|
|
allRank:0
|
|
allRank:0
|
|
|
}
|
|
}
|
|
|
}else{
|
|
}else{
|
|
@@ -592,10 +582,8 @@ export default {
|
|
|
this.replaceForm.ratioTypeName = '模糊比例'
|
|
this.replaceForm.ratioTypeName = '模糊比例'
|
|
|
}
|
|
}
|
|
|
this.replaceForm.classId = res.classId
|
|
this.replaceForm.classId = res.classId
|
|
|
- this.replaceForm.py = res.py
|
|
|
|
|
this.replaceForm.className = this.itemClassList[index].name
|
|
this.replaceForm.className = this.itemClassList[index].name
|
|
|
- this.$forceUpdate()
|
|
|
|
|
-
|
|
|
|
|
|
|
+ this.$forceUpdate()
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|