|
@@ -5,6 +5,7 @@
|
|
<el-radio v-model="transChartType" :label="1">传服务器</el-radio>
|
|
<el-radio v-model="transChartType" :label="1">传服务器</el-radio>
|
|
<el-radio v-model="transChartType" :label="2">本地转</el-radio>
|
|
<el-radio v-model="transChartType" :label="2">本地转</el-radio>
|
|
</div> -->
|
|
</div> -->
|
|
|
|
+ <el-button type="primary" style="width:120px;height:40px;" @click="downloadPPT" :disabled="isPublish">下载</el-button>
|
|
<el-dropdown split-button type="primary" @click="transHandle" @command="handleCommand" :disabled="isPublish">
|
|
<el-dropdown split-button type="primary" @click="transHandle" @command="handleCommand" :disabled="isPublish">
|
|
{{layoutStr}}
|
|
{{layoutStr}}
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
@@ -13,7 +14,6 @@
|
|
<el-dropdown-item :command="3">4:3</el-dropdown-item>
|
|
<el-dropdown-item :command="3">4:3</el-dropdown-item>
|
|
</el-dropdown-menu>
|
|
</el-dropdown-menu>
|
|
</el-dropdown>
|
|
</el-dropdown>
|
|
- <el-button type="primary" style="width:120px;height:40px;" @click="downloadPPT" :disabled="isPublish">下载</el-button>
|
|
|
|
<el-button type="primary" plain style="width:120px;height:40px;" @click="$router.push({path:'/pptenlist'})">返回列表</el-button>
|
|
<el-button type="primary" plain style="width:120px;height:40px;" @click="$router.push({path:'/pptenlist'})">返回列表</el-button>
|
|
</div>
|
|
</div>
|
|
<!--全加载-->
|
|
<!--全加载-->
|