|
@@ -22,24 +22,10 @@
|
|
|
:load="load"
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
>
|
|
|
- <el-table-column
|
|
|
- prop="date"
|
|
|
- label="方法名"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="name"
|
|
|
- label="方法描述"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="入参列表"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="返回值列表"
|
|
|
- />
|
|
|
+ <el-table-column prop="date" label="方法名" width="180" />
|
|
|
+ <el-table-column prop="name" label="方法描述" width="180" />
|
|
|
+ <el-table-column prop="address" label="入参列表" />
|
|
|
+ <el-table-column prop="address" label="返回值列表" />
|
|
|
</el-table>
|
|
|
<div class="titFont" style="padding: 15px 0; font-size: 22px; font-family:PingFangSC-Medium,PingFang SC;font-weight:500; color:rgba(51,59,74,1); line-height:35px;">Estim 预估接口 </div>
|
|
|
<el-divider style="color: #EEF0F5; margin: 0 !important" />
|
|
@@ -57,32 +43,12 @@
|
|
|
:load="load"
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
>
|
|
|
- <el-table-column
|
|
|
- prop="date"
|
|
|
- label="层级"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="name"
|
|
|
- label="参数名"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="参数类型"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="参数说明"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="是否必填"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="默认值"
|
|
|
- />
|
|
|
+ <el-table-column prop="date" label="层级" width="180" />
|
|
|
+ <el-table-column prop="name" label="参数名" width="180" />
|
|
|
+ <el-table-column prop="address" label="参数类型" />
|
|
|
+ <el-table-column prop="address" label="参数说明" />
|
|
|
+ <el-table-column prop="address" label="是否必填" />
|
|
|
+ <el-table-column prop="address" label="默认值" />
|
|
|
</el-table>
|
|
|
<div class="titDiv">
|
|
|
<div class="titIcon" />
|
|
@@ -98,32 +64,12 @@
|
|
|
:load="load"
|
|
|
:tree-props="{children: 'children', hasChildren: 'hasChildren'}"
|
|
|
>
|
|
|
- <el-table-column
|
|
|
- prop="date"
|
|
|
- label="层级"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="name"
|
|
|
- label="参数名"
|
|
|
- width="180"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="参数类型"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="参数说明"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="是否必填"
|
|
|
- />
|
|
|
- <el-table-column
|
|
|
- prop="address"
|
|
|
- label="默认值"
|
|
|
- />
|
|
|
+ <el-table-column prop="date" label="层级" width="180" />
|
|
|
+ <el-table-column prop="name" label="参数名" width="180" />
|
|
|
+ <el-table-column prop="address" label="参数类型" />
|
|
|
+ <el-table-column prop="address" label="参数说明" />
|
|
|
+ <el-table-column prop="address" label="是否必填" />
|
|
|
+ <el-table-column prop="address" label="默认值" />
|
|
|
</el-table>
|
|
|
<el-dialog
|
|
|
:visible.sync="centerDialogVisible"
|