Commit 134953c6 authored by zhengke's avatar zhengke

no message

parent af9eabe5
......@@ -116,6 +116,15 @@ interface PPTBaseElement {
name?: string
}
/**
* 数据源
*/
export interface DataSourceType {
Content?: string,
Name?: string,
Id?: number
}
/**
* 文本元素
......@@ -159,7 +168,9 @@ export interface PPTTextElement extends PPTBaseElement {
shadow?: PPTElementShadow
paragraphSpace?: number
vertical?: boolean,
FiledTypeStr?: string
FiledTypeStr?: string,
TemplateList?: unknown,
TemplateDataSource?: DataSourceType,
}
......
......@@ -216,6 +216,7 @@ const GetTripFiledData = async () =>{
// 获取行程模版数据
const GetTripTemplate = async () =>{
console.log('模版数据------')
if(!searchData.value.TempId) {
let list = [
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment