优化若干模块
This commit is contained in:
parent
53bd8f422c
commit
6adc0474a5
@ -90,7 +90,7 @@ export const columns = [
|
||||
{
|
||||
title: '投放时间',
|
||||
key: 'time',
|
||||
width: 180,
|
||||
width: 300,
|
||||
render(record) {
|
||||
return record.startTime + '-' + record.endTime;
|
||||
},
|
||||
|
@ -110,4 +110,9 @@ export const columns = [
|
||||
);
|
||||
},
|
||||
},
|
||||
{
|
||||
title: '排序',
|
||||
key: 'sort',
|
||||
width: 100,
|
||||
},
|
||||
];
|
||||
|
@ -29,7 +29,7 @@ export const columns = [
|
||||
{
|
||||
title: '备注',
|
||||
key: 'note',
|
||||
width: 100,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '创建人',
|
||||
|
@ -15,7 +15,7 @@ export const columns = [
|
||||
{
|
||||
title: '标题',
|
||||
key: 'title',
|
||||
width: 300,
|
||||
width: 250,
|
||||
},
|
||||
{
|
||||
title: '类型',
|
||||
|
@ -21,7 +21,7 @@ export const columns = [
|
||||
{
|
||||
title: '模板名称',
|
||||
key: 'title',
|
||||
width: 150,
|
||||
width: 200,
|
||||
},
|
||||
{
|
||||
title: '模板编码',
|
||||
|
@ -31,6 +31,7 @@ export const columns = [
|
||||
{
|
||||
title: '模板类型',
|
||||
key: 'type',
|
||||
width: 100,
|
||||
render(record) {
|
||||
let typeText = '';
|
||||
switch (record.type) {
|
||||
|
@ -54,7 +54,7 @@ export const columns = [
|
||||
{
|
||||
title: '数据库驱动类',
|
||||
key: 'dbDriver',
|
||||
width: 100,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: '数据源地址',
|
||||
@ -69,7 +69,7 @@ export const columns = [
|
||||
{
|
||||
title: '数据库用户名',
|
||||
key: 'dbUsername',
|
||||
width: 100,
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
|
@ -78,7 +78,7 @@
|
||||
{
|
||||
title: '登录地点',
|
||||
key: 'loginLocation',
|
||||
width: 100,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: '浏览器',
|
||||
|
@ -25,6 +25,7 @@ export const columns = [
|
||||
{
|
||||
title: '租户图片',
|
||||
key: 'image',
|
||||
width: 100,
|
||||
render(record) {
|
||||
return h(NImage, {
|
||||
width: 48,
|
||||
@ -33,7 +34,6 @@ export const columns = [
|
||||
fit: 'fill',
|
||||
});
|
||||
},
|
||||
width: 100,
|
||||
},
|
||||
{
|
||||
title: '统一社会信用代码',
|
||||
|
@ -35,7 +35,7 @@ export const columns = [
|
||||
{
|
||||
title: '数据表自增索引',
|
||||
key: 'autoIncrement',
|
||||
width: 120,
|
||||
width: 150,
|
||||
},
|
||||
{
|
||||
title: '数据表编码',
|
||||
|
Loading…
Reference in New Issue
Block a user