|
@@ -414,7 +414,7 @@ export default {
|
|
|
width: 140,
|
|
|
customRender: t => ellipsis(t),
|
|
|
fixed: 'right',
|
|
|
- type: JVXETypes.normal,
|
|
|
+ type: JVXETypes.input,
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|
|
@@ -1021,7 +1021,7 @@ export default {
|
|
|
width: 140,
|
|
|
customRender: t => ellipsis(t),
|
|
|
// fixed: 'right',
|
|
|
- type: JVXETypes.normal,
|
|
|
+ type: JVXETypes.input,
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|