提交 57958b85 编写于 作者: ibizdev's avatar ibizdev

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

上级 f8a5c8a8
...@@ -483,7 +483,7 @@ export default class EditorChartBase extends Vue implements ControlInterface { ...@@ -483,7 +483,7 @@ export default class EditorChartBase extends Vue implements ControlInterface {
series:[ series:[
{ {
id:'editortotal', id:'editortotal',
name:'总数', name:'编辑器总数',
type:'line', type:'line',
xAxisIndex:0, xAxisIndex:0,
yAxisIndex:0, yAxisIndex:0,
......
...@@ -15,17 +15,17 @@ ...@@ -15,17 +15,17 @@
<template slot="empty"> <template slot="empty">
{{$t('entities.ibizorder.ordertreegrid_treegridex.nodata')}} {{$t('entities.ibizorder.ordertreegrid_treegridex.nodata')}}
</template> </template>
<el-table-column show-overflow-tooltip prop="name" label="名称" :width="180" :align="''"> <el-table-column show-overflow-tooltip prop="name" label="名称" :width="280" :align="''">
<template v-slot="{ row }"> <template v-slot="{ row }">
<span>{{ getColumnValue(row, 'name') }}</span> <span>{{ getColumnValue(row, 'name') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="datakey" label="标识" :width="180" :align="''"> <el-table-column show-overflow-tooltip prop="datakey" label="标识" :width="280" :align="''">
<template v-slot="{ row }"> <template v-slot="{ row }">
<span>{{ getColumnValue(row, 'datakey') }}</span> <span>{{ getColumnValue(row, 'datakey') }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column show-overflow-tooltip prop="updatedate" label="更新日期" :width="180" :align="''"> <el-table-column show-overflow-tooltip prop="updatedate" label="更新日期" :width="280" :align="''">
<template v-slot="{ row }"> <template v-slot="{ row }">
<span>{{ getColumnValue(row, 'updatedate') }}</span> <span>{{ getColumnValue(row, 'updatedate') }}</span>
</template> </template>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册