提交 89a48e48 编写于 作者: ibizdev's avatar ibizdev

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

上级 891e0af1
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<el-table-column align="center" type='selection' :width="checkboxColWidth"></el-table-column> <el-table-column align="center" type='selection' :width="checkboxColWidth"></el-table-column>
</template> </template>
<template v-if="getColumnState('ibizbookname')"> <template v-if="getColumnState('ibizbookname')">
<el-table-column show-overflow-tooltip :prop="'ibizbookname'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.ibizbookname')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'ibizbookname'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.ibizbookname')" :width="200" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.ibizbookname')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.ibizbookname')}}
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('author')"> <template v-if="getColumnState('author')">
<el-table-column show-overflow-tooltip :prop="'author'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.author')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'author'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.author')" :width="200" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.author')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.author')}}
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('type')"> <template v-if="getColumnState('type')">
<el-table-column show-overflow-tooltip :prop="'type'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.type')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'type'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.type')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.type')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.type')}}
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('press')"> <template v-if="getColumnState('press')">
<el-table-column show-overflow-tooltip :prop="'press'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.press')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'press'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.press')" :width="200" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.press')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.press')}}
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('price')"> <template v-if="getColumnState('price')">
<el-table-column show-overflow-tooltip :prop="'price'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.price')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'price'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.price')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.price')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.price')}}
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('subtext')"> <template v-if="getColumnState('subtext')">
<el-table-column show-overflow-tooltip :prop="'subtext'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.subtext')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'subtext'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.subtext')" :min-width="200" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.subtext')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.subtext')}}
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
</el-table-column> </el-table-column>
</template> </template>
<template v-if="getColumnState('booknumber')"> <template v-if="getColumnState('booknumber')">
<el-table-column show-overflow-tooltip :prop="'booknumber'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.booknumber')" :width="100" :align="'left'" :sortable="'custom'"> <el-table-column show-overflow-tooltip :prop="'booknumber'" :label="$t('entities.ibizbook.exporandimportgrid_grid.columns.booknumber')" :width="150" :align="'left'" :sortable="'custom'">
<template v-slot:header="{column}"> <template v-slot:header="{column}">
<span class="column-header "> <span class="column-header ">
{{$t('entities.ibizbook.exporandimportgrid_grid.columns.booknumber')}} {{$t('entities.ibizbook.exporandimportgrid_grid.columns.booknumber')}}
...@@ -754,7 +754,7 @@ export default class ExporAndImportGridBase extends Vue implements ControlInterf ...@@ -754,7 +754,7 @@ export default class ExporAndImportGridBase extends Vue implements ControlInterf
label: '图书描述', label: '图书描述',
langtag: 'entities.ibizbook.exporandimportgrid_grid.columns.subtext', langtag: 'entities.ibizbook.exporandimportgrid_grid.columns.subtext',
show: true, show: true,
unit: 'PX', unit: 'STAR',
isEnableRowEdit: false, isEnableRowEdit: false,
enableCond: 3 , enableCond: 3 ,
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册