删除工艺模型表格序号列
This commit is contained in:
@@ -148,7 +148,6 @@ export default {
|
||||
},
|
||||
created () {
|
||||
this.columns = useTableColumns([
|
||||
{ prop: 'sort', label: this.key('sort'), width: 80 },
|
||||
{ prop: 'code', label: this.key('code'), minWidth: 120 },
|
||||
{ prop: 'name', label: this.key('name'), minWidth: 120 },
|
||||
{ prop: 'remark', label: this.key('remark') },
|
||||
|
||||
@@ -314,7 +314,6 @@ export default {
|
||||
this.columns = useTableColumns([
|
||||
{ prop: 'up', label: '', slot: 'up', width: 40 },
|
||||
{ prop: 'down', label: '', slot: 'down', width: 40 },
|
||||
{ prop: 'sort', label: this.key('sort'), slot: 'sort', width: 80 },
|
||||
{ prop: 'code', label: this.key('step_code'), minWidth: 120 },
|
||||
{ prop: 'name', label: this.key('step_name'), minWidth: 140 },
|
||||
{ prop: 'workingsubclass_name', label: this.key('process_unit_name'), minWidth: 140 },
|
||||
|
||||
@@ -228,7 +228,6 @@ export default {
|
||||
},
|
||||
created () {
|
||||
this.columns = useTableColumns([
|
||||
{ prop: 'sort', label: this.key('sort'), width: 80 },
|
||||
{ prop: 'code', label: this.key('code'), minWidth: 120 },
|
||||
{ prop: 'name', label: this.key('name'), minWidth: 140 },
|
||||
{ prop: 'flow_category_name', label: this.key('category'), minWidth: 120 },
|
||||
|
||||
@@ -195,7 +195,6 @@ export default {
|
||||
},
|
||||
created () {
|
||||
this.columns = useTableColumns([
|
||||
{ prop: 'sort ', label: this.key('sort'), width: 80 },
|
||||
{ prop: 'code', label: this.key('process_unit_code'), minWidth: 120 },
|
||||
{ prop: 'name', label: this.key('process_unit_name'), minWidth: 120 },
|
||||
{ prop: 'device_category_name', label: this.key('device_category'), minWidth: 120 },
|
||||
|
||||
Reference in New Issue
Block a user