删除工厂模型表格序号列
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 17:09:21 +08:00
parent 0c929ec3ef
commit 1c049ec64e
4 changed files with 0 additions and 6 deletions

View File

@@ -154,7 +154,6 @@ export default {
created () {
this.initAreaOptions()
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: 'area_name', label: this.key('area_name'), minWidth: 120 },