提交 2b6be939 编写于 作者: ibizdev's avatar ibizdev

ShineKOT 发布系统代码 [后台服务,演示应用]

上级 a8b67d66
......@@ -41,7 +41,9 @@
</span>
</template>
<template v-slot="{row,column,$index}">
<span>{{row.viewtype}}</span>
<template >
<codelist :value="row.viewtype" tag='AppViewType' codelistType='STATIC' ></codelist>
</template>
</template>
</el-table-column>
</template>
......@@ -1142,6 +1144,14 @@ export default class MainBase extends Vue implements ControlInterface {
*/
public async formatExcelData(filterVal:any, jsonData:any) {
let codelistColumns:Array<any> = [
{
name: 'viewtype',
srfkey: 'AppViewType',
codelistType : 'STATIC',
renderMode: 'other',
textSeparator: '、',
valueSeparator: ',',
},
];
let _this = this;
for (const codelist of codelistColumns) {
......
......@@ -24,6 +24,16 @@ export default class ViewListModel {
prop: 'ibizviewmessname',
dataType: 'TEXT',
},
{
name: 'instanceaddress',
prop: 'instanceaddress',
dataType: 'TEXT',
},
{
name: 'documentaddress',
prop: 'documentaddress',
dataType: 'TEXT',
},
{
name: 'srfkey',
prop: 'ibizviewmessid',
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册