删除工艺模型表格序号列
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-24 22:47:34 +08:00
parent eda15ef0cc
commit 4f83f95362
4 changed files with 0 additions and 4 deletions

View File

@@ -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') },

View File

@@ -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 },

View File

@@ -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 },

View File

@@ -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 },