File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Vol.Vue/src/views/document Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ export default {
44
44
return {
45
45
active: 0 ,
46
46
log: [
47
+ { date: " 2021-01-16 11:51:48" ,desc: " 完善文档" },
48
+ { date: " 2021-01-16 11:46:12" ,desc: " 增加表格内容超出后是否自动换行属性text-inline(默认不换行)" },
49
+ { date: " 2021-01-16 11:24:21" ,desc: " 增加viewgrid、volform集成编辑器功能" },
50
+ { date: " 2021-01-16 11:23:14" ,desc: " 代码生成器集成编辑器生成功能" },
51
+ { date: " 2021-01-16 09:30:52" ,desc: " 修复http请示loading状态消失问题" },
47
52
{ date: " 2021-01-10 00:55:17" ,desc: " 完善文档" },
48
53
{ date: " 2021-01-10 00:12:57" ,desc: " 增加新建、编辑前可以阻止弹出框弹出(使用方法见:组件api->viewgrid文档)" },
49
54
{ date: " 2021-01-09 23:48:05" ,desc: " 增加代码生成器设置table排序功能" },
Original file line number Diff line number Diff line change @@ -169,7 +169,8 @@ export default {
169
169
content: [` 见右边截图` ],
170
170
tips: " " ,
171
171
img: " https://doc-vue-1256993465.cos.ap-chengdu.myqcloud.com/2020121302.png?imageMogr2/thumbnail/!50p"
172
- },
172
+ },
173
+
173
174
{
174
175
title: " 查询界面动态添加按钮" ,
175
176
content: [
@@ -212,7 +213,29 @@ export default {
212
213
tips: ` this.buttons来源:ViewGrid.vue组件data->buttons属性` ,
213
214
img:
214
215
" https://doc-vue-1256993465.cos.ap-chengdu.myqcloud.com/01.png?imageMogr2/thumbnail/!50p" ,
215
- },
216
+ },
217
+ {
218
+ title: " 查询界面--默认排序" ,
219
+ content: [` <div style="color:#D4D4D4;background-color:#1E1E1E;font-family:Consolas, "font-size:14px;line-height:19px;white-space:pre;">
220
+ <div>
221
+ <span style="color:#dcdcaa;">onInit</span>() {
222
+ </div>
223
+ <div>
224
+ <span style="color:#569cd6;">this</span>.<span style="color:#9cdcfe;">pagination</span>.<span style="color:#9cdcfe;">sortName</span> = <span style="color:#ce9178;">"排序字字段"</span>; <span style="color:#6a9955;">//设置排序字段</span>
225
+ </div>
226
+ <div>
227
+ <span style="color:#569cd6;">this</span>.<span style="color:#9cdcfe;">pagination</span>.<span style="color:#9cdcfe;">order</span> = <span style="color:#ce9178;">"desc"</span> ; <span style="color:#6a9955;">//排序方式desc或者asc</span>
228
+ </div>
229
+ <div>
230
+ },
231
+ </div>
232
+ </div>
233
+ <p style="margin-top:32px;margin-bottom:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:18px;line-height:32px;font-family:"color:#404040;text-align:center;white-space:normal;background-color:#FFFFFF;padding:0px;">
234
+ <br />
235
+ </p>` ],
236
+ tips: " " ,
237
+ img: " "
238
+ },
216
239
{
217
240
title: " 查询界面--第二种布局" ,
218
241
content: [
You can’t perform that action at this time.
0 commit comments