|
@@ -74,7 +74,8 @@
|
|
|
:props="{
|
|
|
value: 'Id',
|
|
|
label: 'ClassifyName',
|
|
|
- children: 'Child'
|
|
|
+ children: 'Child',
|
|
|
+ emitPath:false
|
|
|
}"
|
|
|
:placeholder="$t('ReportManage.ReportList.please_select_category')"
|
|
|
size="medium"
|
|
@@ -325,7 +326,7 @@ export default {
|
|
|
TemplateType,
|
|
|
} = this.pptInfo
|
|
|
|
|
|
- const res = await pptInterface.addppt({
|
|
|
+ const res = await pptInterface.addpptV2({
|
|
|
FirstPage:{
|
|
|
Title,
|
|
|
ImgUrl,
|
|
@@ -487,6 +488,11 @@ export default {
|
|
|
.input-item{
|
|
|
width: 90%;
|
|
|
margin-top:20px;
|
|
|
+ h3 {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
&:first-child{
|
|
|
margin-top: 0;
|
|
|
}
|