修改表格操作列
This commit is contained in:
@@ -62,9 +62,9 @@ const tableStore = new TableStore({
|
||||
{ title: '零序电抗X0(Ω/km)', field: 'zeroX0', minWidth: '80' },
|
||||
{ title: '零序电纳Y0(S/km)', field: 'zeroY0', minWidth: '80' },
|
||||
{
|
||||
title: '操作',
|
||||
title: '操作',fixed: 'right',
|
||||
width: '180',
|
||||
fixed: 'right',
|
||||
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
@@ -96,9 +96,9 @@ const tableStore = new TableStore({
|
||||
{ title: '谐波49次', field: 'i49', minWidth: '80' },
|
||||
{ title: '谐波50次', field: 'i50', minWidth: '80' },
|
||||
{
|
||||
title: '操作',
|
||||
title: '操作',fixed: 'right',
|
||||
width: '180',
|
||||
fixed: 'right',
|
||||
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
@@ -63,9 +63,9 @@ const tableStore = new TableStore({
|
||||
{ title: '启动容量倍数', field: 'inpactloadMultiple', minWidth: '80' },
|
||||
|
||||
{
|
||||
title: '操作',
|
||||
title: '操作',fixed: 'right',
|
||||
width: '180',
|
||||
fixed: 'right',
|
||||
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
@@ -73,9 +73,9 @@ const tableStore = new TableStore({
|
||||
{ title: '空载电流(A)', field: 'noloadCur', minWidth: '80' },
|
||||
{ title: '短路阻抗(%)', field: 'shortCircuitImpedance', minWidth: '80' },
|
||||
{
|
||||
title: '操作',
|
||||
title: '操作',fixed: 'right',
|
||||
width: '180',
|
||||
fixed: 'right',
|
||||
|
||||
render: 'buttons',
|
||||
buttons: [
|
||||
{
|
||||
|
||||
@@ -184,10 +184,10 @@ const tableStore: any = new TableStore({
|
||||
// { field: 'name13', title: '单相负荷', minWidth: 180 },
|
||||
|
||||
{
|
||||
title: '操作',
|
||||
title: '操作',fixed: 'right',
|
||||
width: '220',
|
||||
render: 'buttons',
|
||||
fixed: 'right',
|
||||
|
||||
buttons: [
|
||||
{
|
||||
name: 'edit',
|
||||
|
||||
Reference in New Issue
Block a user