Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
iBiz-Vue-R7
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
22
议题
22
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
iBiz-R7前端标准模板
iBiz-Vue-R7
提交
50bc41fd
提交
50bc41fd
编写于
5月 26, 2025
作者:
lijianxiong
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:统一编辑器提示信息
上级
0a669948
变更
28
隐藏空白字符变更
内嵌
并排
正在显示
28 个修改的文件
包含
46 行增加
和
30 行删除
+46
-30
EDITOR.vue.ftl
@EDITOR/下拉列表框 (动态代码表国际化)/EDITOR.vue.ftl
+2
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框 (动态代码表国际化)/GRIDEIDTOR.vue.ftl
+1
-1
PANELEDITOR.vue.ftl
@EDITOR/下拉列表框 (动态代码表国际化)/PANELEDITOR.vue.ftl
+1
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框/EDITOR.vue.ftl
+2
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框/GRIDEIDTOR.vue.ftl
+1
-1
PANELEDITOR.vue.ftl
@EDITOR/下拉列表框/PANELEDITOR.vue.ftl
+1
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框(100宽度)/EDITOR.vue.ftl
+2
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(100宽度)/GRIDEIDTOR.vue.ftl
+1
-1
PANELEDITOR.vue.ftl
@EDITOR/下拉列表框(100宽度)/PANELEDITOR.vue.ftl
+1
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框(cron表达式)/EDITOR.vue.ftl
+2
-2
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(cron表达式)/GRIDEIDTOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框(多选穿梭框)/EDITOR.vue.ftl
+2
-2
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(多选穿梭框)/GRIDEIDTOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框(多选)/EDITOR.vue.ftl
+2
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(多选)/GRIDEIDTOR.vue.ftl
+1
-1
PANELEDITOR.vue.ftl
@EDITOR/下拉列表框(多选)/PANELEDITOR.vue.ftl
+1
-1
EDITOR.vue.ftl
@EDITOR/下拉列表框(隐藏)/EDITOR.vue.ftl
+2
-1
GRIDEIDTOR.vue.ftl
@EDITOR/下拉列表框(隐藏)/GRIDEIDTOR.vue.ftl
+1
-1
PANELEDITOR.vue.ftl
@EDITOR/下拉列表框(隐藏)/PANELEDITOR.vue.ftl
+1
-1
EDITOR.vue.ftl
@EDITOR/密码框/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择器(新)/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_分钟/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_小时/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_无小时/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_无日期/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_无日期无秒钟/EDITOR.vue.ftl
+2
-1
EDITOR.vue.ftl
@EDITOR/时间选择控件_秒钟/EDITOR.vue.ftl
+2
-1
未找到文件。
@EDITOR/下拉列表框 (动态代码表国际化)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -16,5 +16,5 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if> style="${editor.getEditorCssStyle()}">
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if> style="${editor.getEditorCssStyle()}">
</dropdown-list-dynamic>
\ No newline at end of file
@EDITOR/下拉列表框 (动态代码表国际化)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -12,7 +12,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
@EDITOR/下拉列表框 (动态代码表国际化)/PANELEDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -12,7 +12,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{panelEditItemChange(data, '${editor.name?lower_case}', $event)}">
</dropdown-list>
@EDITOR/下拉列表框/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -20,6 +20,6 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if> style="${editor.getEditorCssStyle()}">
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if> style="${editor.getEditorCssStyle()}">
</dropdown-list>
</#if>
\ No newline at end of file
@EDITOR/下拉列表框/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,7 +15,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
...
...
@EDITOR/下拉列表框/PANELEDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,7 +15,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{panelEditItemChange(data, '${editor.name?lower_case}', $event)}">
</dropdown-list>
...
...
@EDITOR/下拉列表框(100宽度)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -20,6 +20,6 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>>
</dropdown-list>
</#if>
\ No newline at end of file
@EDITOR/下拉列表框(100宽度)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -16,7 +16,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list>
</#if>
@EDITOR/下拉列表框(100宽度)/PANELEDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,7 +15,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}width: 100px;"
@change="($event)=>{panelEditItemChange(data, '${editor.name?lower_case}', $event)}">
</dropdown-list>
...
...
@EDITOR/下拉列表框(cron表达式)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<cron-editor
:disabled="detailsModel.${editor.name}.disabled"
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> />
\ No newline at end of file
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if> />
\ No newline at end of file
@EDITOR/下拉列表框(cron表达式)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -8,7 +8,7 @@
codelistType='${codelist.getCodeListType()}'
<#if codelist.valueSeparator?has_content>valueSeparator="${codelist.valueSeparator}"</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"
style="${item.getEditorCssStyle()}">
</dropdown-list-mpicker>
\ No newline at end of file
@EDITOR/下拉列表框(多选穿梭框)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,4 +15,4 @@
valueSeparator="${codelist.valueSeparator}"
</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> style="${editor.getEditorCssStyle()}" />
\ No newline at end of file
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if> style="${editor.getEditorCssStyle()}" />
\ No newline at end of file
@EDITOR/下拉列表框(多选穿梭框)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -8,7 +8,7 @@
codelistType='${codelist.getCodeListType()}'
<#if codelist.valueSeparator?has_content>valueSeparator="${codelist.valueSeparator}"</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"
style="${item.getEditorCssStyle()}">
</dropdown-list-mpicker>
\ No newline at end of file
@EDITOR/下拉列表框(多选)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -18,6 +18,6 @@
valueSeparator="${codelist.valueSeparator}"
</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if> style="${editor.getEditorCssStyle()}">
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if> style="${editor.getEditorCssStyle()}">
</dropdown-list-mpicker>
</#if>
\ No newline at end of file
@EDITOR/下拉列表框(多选)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -16,7 +16,7 @@
codelistType='${codelist.getCodeListType()}'
<#if codelist.valueSeparator?has_content>valueSeparator="${codelist.valueSeparator}"</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}"
style="${item.getEditorCssStyle()}">
</dropdown-list-mpicker>
...
...
@EDITOR/下拉列表框(多选)/PANELEDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -16,7 +16,7 @@
codelistType='${codelist.getCodeListType()}'
<#if codelist.valueSeparator?has_content>valueSeparator="${codelist.valueSeparator}"</#if>
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
@change="($event)=>{panelEditItemChange(data, '${editor.name?lower_case}', $event)}"
style="${item.getEditorCssStyle()}">
</dropdown-list-mpicker>
...
...
@EDITOR/下拉列表框(隐藏)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -20,6 +20,6 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if> style="${editor.getEditorCssStyle()}">
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if> style="${editor.getEditorCssStyle()}">
</dropdown-list-hidden>
</#if>
\ No newline at end of file
@EDITOR/下拉列表框(隐藏)/GRIDEIDTOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,7 +15,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{gridEditItemChange(row, column.property, $event, $index)}">
</dropdown-list-hidden>
...
...
@EDITOR/下拉列表框(隐藏)/PANELEDITOR.vue.ftl
浏览文件 @
50bc41fd
...
...
@@ -15,7 +15,7 @@
tag='${codelist.codeName}'
codelistType='${codelist.getCodeListType()}'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
'请选择...'
</#if>
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>
$t('app.commonWords.select')
</#if>
style="${item.getEditorCssStyle()}"
@change="($event)=>{panelEditItemChange(data, '${editor.name?lower_case}', $event)}">
</dropdown-list-hidden>
...
...
@EDITOR/密码框/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<i-input type="password" v-model="data.${editor.name}"
<#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if> :disabled="detailsModel.${editor.name}.disabled"
style="${editor.getEditorCssStyle()}"></i-input>
<i-input type="password" v-model="data.${editor.name}"
:placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.input')</#if>" :disabled="detailsModel.${editor.name}.disabled"
style="${editor.getEditorCssStyle()}"></i-input>
</#if>
\ No newline at end of file
@EDITOR/时间选择器(新)/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<date-picker type="datetime" :
transfer="true" format="yyyy-MM-dd HH:mm:ss" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
<date-picker type="datetime" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" format="yyyy-MM-dd HH:mm:ss"
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<date-picker type="date" :
transfer="true" format="yyyy-MM-dd" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px;${editor.getEditorCssStyle()} <#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
<date-picker type="date" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" format="yyyy-MM-dd"
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px;${editor.getEditorCssStyle()} <#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_分钟/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<time-picker :value="data.${editor.name}" :
transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="mm" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
<time-picker :value="data.${editor.name}" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="mm"
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_小时/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<time-picker :value="data.${editor.name}" :
transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
<time-picker :value="data.${editor.name}" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH"
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_无小时/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<date-picker type="date" :transfer="true"
format="yyyy-MM-dd" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
<date-picker type="date" :transfer="true"
:placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" format="yyyy-MM-dd"
:value="data.${editor.name}" :disabled="detailsModel.${editor.name}.disabled" style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val1, val2) => { this.data.${editor.name} = val1 }"></date-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_无日期/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<time-picker :value="data.${editor.name}" :
transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH:mm:ss" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
<time-picker :value="data.${editor.name}" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH:mm:ss"
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_无日期无秒钟/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<time-picker :value="data.${editor.name}" :
transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH:mm" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
<time-picker :value="data.${editor.name}" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="HH:mm"
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
</#if>
\ No newline at end of file
@EDITOR/时间选择控件_秒钟/EDITOR.vue.ftl
浏览文件 @
50bc41fd
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<time-picker :value="data.${editor.name}" :
transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="ss" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if>
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
<time-picker :value="data.${editor.name}" :
placeholder="<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>$t('app.commonWords.select')</#if>" :transfer="true" :disabled="detailsModel.${editor.name}.disabled" format="ss"
style="min-width: 150px; ${editor.getEditorCssStyle()}<#if editor.getEditorParam('width','') == 'auto'>width:100%;</#if>" @on-change="(val) => {this.data.${editor.name} = val}"></time-picker>
</#if>
\ No newline at end of file
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录