Compare commits

..

No commits in common. "a77cac6b7ad169de1664d6fe1f281ace66972014" and "de3fb1f344d9620ceb545514d4871eccb2691293" have entirely different histories.

10 changed files with 9 additions and 15 deletions

View File

@ -90,7 +90,7 @@ export const columns = [
{
title: '投放时间',
key: 'time',
width: 300,
width: 180,
render(record) {
return record.startTime + '-' + record.endTime;
},

View File

@ -110,9 +110,4 @@ export const columns = [
);
},
},
{
title: '排序',
key: 'sort',
width: 100,
},
];

View File

@ -29,7 +29,7 @@ export const columns = [
{
title: '备注',
key: 'note',
width: 200,
width: 100,
},
{
title: '创建人',

View File

@ -15,7 +15,7 @@ export const columns = [
{
title: '标题',
key: 'title',
width: 250,
width: 300,
},
{
title: '类型',

View File

@ -21,7 +21,7 @@ export const columns = [
{
title: '模板名称',
key: 'title',
width: 200,
width: 150,
},
{
title: '模板编码',

View File

@ -31,7 +31,6 @@ export const columns = [
{
title: '模板类型',
key: 'type',
width: 100,
render(record) {
let typeText = '';
switch (record.type) {

View File

@ -54,7 +54,7 @@ export const columns = [
{
title: '数据库驱动类',
key: 'dbDriver',
width: 150,
width: 100,
},
{
title: '数据源地址',
@ -69,7 +69,7 @@ export const columns = [
{
title: '数据库用户名',
key: 'dbUsername',
width: 120,
width: 100,
},
{
title: '备注',

View File

@ -78,7 +78,7 @@
{
title: '登录地点',
key: 'loginLocation',
width: 150,
width: 100,
},
{
title: '浏览器',

View File

@ -25,7 +25,6 @@ export const columns = [
{
title: '租户图片',
key: 'image',
width: 100,
render(record) {
return h(NImage, {
width: 48,
@ -34,6 +33,7 @@ export const columns = [
fit: 'fill',
});
},
width: 100,
},
{
title: '统一社会信用代码',

View File

@ -35,7 +35,7 @@ export const columns = [
{
title: '数据表自增索引',
key: 'autoIncrement',
width: 150,
width: 120,
},
{
title: '数据表编码',