ap-dev 1.0.37 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
<b>1.2 excel配置数据接收参数:</b><br>
|
|
11
11
|
<div class="api-code">
|
|
12
12
|
map填充:{参数名}<br><br>
|
|
13
|
-
// 注意:"
|
|
14
|
-
list
|
|
13
|
+
// 注意:"sheet0_dataList1"表示第一个sheet页的dataList1,格式固定只能修改对应的数字<br>
|
|
14
|
+
list垂直填充:{sheet0_dataList1.name}<br>
|
|
15
|
+
list横向填充:{sheet0_horizontalDataList1.name}<br>
|
|
15
16
|
</div>
|
|
16
17
|
<el-image style="height: 500px" :src="image1" fit="true"></el-image>
|
|
17
18
|
</api-content>
|