Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-Mob-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-Mob-R7
提交
bfef96c1
提交
bfef96c1
编写于
12月 03, 2020
作者:
KK
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
上传参数和PC端统一
上级
95085e6e
变更
8
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
34 行增加
和
30 行删除
+34
-30
EDITOR.vue.ftl
@EDITOR/移动端图片选择(单选)/EDITOR.vue.ftl
+3
-2
README.md
@EDITOR/移动端图片选择(单选)/README.md
+6
-6
EDITOR.vue.ftl
@EDITOR/移动端图片选择(多选)/EDITOR.vue.ftl
+3
-2
README.md
@EDITOR/移动端图片选择(多选)/README.md
+6
-6
EDITOR.vue.ftl
@EDITOR/移动端文件上传(单选)/EDITOR.vue.ftl
+3
-2
README.md
@EDITOR/移动端文件上传(单选)/README.md
+6
-6
EDITOR.vue.ftl
@EDITOR/移动端文件上传(多选)/EDITOR.vue.ftl
+3
-2
README.md
@EDITOR/移动端文件上传(多选)/README.md
+4
-4
未找到文件。
@EDITOR/移动端图片选择(单选)/EDITOR.vue.ftl
浏览文件 @
bfef96c1
...
...
@@ -9,6 +9,6 @@
:disabled="detailsModel.${editor.name}.disabled"
:context="context"
:viewparams="viewparams"
:uploadParam='<#if editor.getEditorParam('upload
Param','') != ''>${editor.getEditorParam('uploadParam
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
Param','') != ''>${editor.getEditorParam('exportParam
','')}<#else>{}</#if>'
:uploadParam='<#if editor.getEditorParam('upload
params','') != ''>${editor.getEditorParam('uploadparams
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
params','') != ''>${editor.getEditorParam('exportparams
','')}<#else>{}</#if>'
@formitemvaluechange="onFormItemValueChange" />
\ No newline at end of file
@EDITOR/移动端图片选择(单选)/README.md
浏览文件 @
bfef96c1
...
...
@@ -7,8 +7,8 @@
编辑器配置如下:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
其中,上传参数和下载参数都包括两个部分,示例代码如下。
...
...
@@ -16,13 +16,13 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
## 上传参数:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 下载参数
```
typescript
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 动态解构
...
...
@@ -40,11 +40,11 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
动态结构后台的参数对象分别为:
```
typescript
upload
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
upload
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
```
typescript
export
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
export
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
## 数据处理
...
...
@EDITOR/移动端图片选择(多选)/EDITOR.vue.ftl
浏览文件 @
bfef96c1
...
...
@@ -9,6 +9,6 @@
:disabled="detailsModel.${editor.name}.disabled"
:context="context"
:viewparams="viewparams"
:uploadParam='<#if editor.getEditorParam('upload
Param','') != ''>${editor.getEditorParam('uploadParam
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
Param','') != ''>${editor.getEditorParam('exportParam
','')}<#else>{}</#if>'
:uploadParam='<#if editor.getEditorParam('upload
params','') != ''>${editor.getEditorParam('uploadparams
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
params','') != ''>${editor.getEditorParam('exportparams
','')}<#else>{}</#if>'
@formitemvaluechange="onFormItemValueChange" />
\ No newline at end of file
@EDITOR/移动端图片选择(多选)/README.md
浏览文件 @
bfef96c1
...
...
@@ -7,8 +7,8 @@
编辑器配置如下:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
其中,上传参数和下载参数都包括两个部分,示例代码如下。
...
...
@@ -16,13 +16,13 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
## 上传参数:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 下载参数
```
typescript
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 动态解构
...
...
@@ -40,11 +40,11 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
动态结构后台的参数对象分别为:
```
typescript
upload
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
upload
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
```
typescript
export
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
export
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
## 数据处理
...
...
@EDITOR/移动端文件上传(单选)/EDITOR.vue.ftl
浏览文件 @
bfef96c1
...
...
@@ -9,6 +9,6 @@
:disabled="detailsModel.${editor.name}.disabled"
:context="context"
:viewparams="viewparams"
:uploadParam='<#if editor.getEditorParam('upload
Param','') != ''>${editor.getEditorParam('uploadParam
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
Param','') != ''>${editor.getEditorParam('exportParam
','')}<#else>{}</#if>'
:uploadParam='<#if editor.getEditorParam('upload
params','') != ''>${editor.getEditorParam('uploadparams
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
params','') != ''>${editor.getEditorParam('exportparams
','')}<#else>{}</#if>'
@formitemvaluechange="onFormItemValueChange" />
\ No newline at end of file
@EDITOR/移动端文件上传(单选)/README.md
浏览文件 @
bfef96c1
...
...
@@ -7,8 +7,8 @@
编辑器配置如下:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
其中,上传参数和下载参数都包括两个部分,示例代码如下。
...
...
@@ -16,13 +16,13 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
## 上传参数:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 下载参数
```
typescript
export
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
export
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 动态解构
...
...
@@ -40,11 +40,11 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
动态结构后台的参数对象分别为:
```
typescript
upload
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
upload
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
```
typescript
export
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
export
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
## 数据处理
...
...
@EDITOR/移动端文件上传(多选)/EDITOR.vue.ftl
浏览文件 @
bfef96c1
...
...
@@ -9,6 +9,6 @@
:disabled="detailsModel.${editor.name}.disabled"
:context="context"
:viewparams="viewparams"
:uploadParam='<#if editor.getEditorParam('upload
Param','') != ''>${editor.getEditorParam('uploadParam
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
Param','') != ''>${editor.getEditorParam('exportParam
','')}<#else>{}</#if>'
:uploadParam='<#if editor.getEditorParam('upload
params','') != ''>${editor.getEditorParam('uploadparams
','')}<#else>{}</#if>'
:exportParam='<#if editor.getEditorParam('export
params','') != ''>${editor.getEditorParam('exportparams
','')}<#else>{}</#if>'
@formitemvaluechange="onFormItemValueChange" />
\ No newline at end of file
@EDITOR/移动端文件上传(多选)/README.md
浏览文件 @
bfef96c1
...
...
@@ -7,7 +7,7 @@
编辑器配置如下:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
exportParam
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
...
...
@@ -16,7 +16,7 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
## 上传参数:
```
typescript
upload
Param
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
upload
params
=
{
"orderid"
:
"%orderid%"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"%testid%"
}
```
## 下载参数
...
...
@@ -40,11 +40,11 @@ exportParam={"orderid":"%orderid%","aaaa":"111111","uuu":"hhhhh","bbb":"%testid%
动态结构后台的参数对象分别为:
```
typescript
uploadParam
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
exportparams
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
```
typescript
export
Param
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
export
params
=
{
"orderid"
:
"05676b25da4b479c2100c010a87e6dd5"
,
"aaaa"
:
"111111"
,
"uuu"
:
"hhhhh"
,
"bbb"
:
"yyyy"
}
```
## 数据处理
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录