法规清单自定义表头修改
This commit is contained in:
@@ -1950,14 +1950,10 @@ export default {
|
|||||||
this.columnsAll = this.column
|
this.columnsAll = this.column
|
||||||
}
|
}
|
||||||
this.columnsAll.forEach((item, index) => {
|
this.columnsAll.forEach((item, index) => {
|
||||||
if (item.title != '设计符合性确认' && item.title != 'Pre-Homo确认' && item.title != '验证符合性确认') {
|
if (item.title != '设计符合性确认' && item.title != 'Pre-Homo确认' && item.title != '验证符合性确认' && item.title != '操作') {
|
||||||
item.width = 180
|
item.width = 180
|
||||||
item.align = 'left'
|
item.align = 'left'
|
||||||
if (item.title == '操作') {
|
if (item.title == '编号') {
|
||||||
item.scopedSlots = {
|
|
||||||
customRender: 'operationOne'
|
|
||||||
}
|
|
||||||
} else if (item.title == '编号') {
|
|
||||||
item.sorter = true
|
item.sorter = true
|
||||||
item.scopedSlots = {
|
item.scopedSlots = {
|
||||||
customRender: 'standard'
|
customRender: 'standard'
|
||||||
|
|||||||
Reference in New Issue
Block a user