删除工厂模型表格序号列
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
"create_success": "Created successfully",
|
||||
"edit_success": "Updated successfully",
|
||||
"delete_success": "Deleted successfully",
|
||||
"sort": "No.",
|
||||
"code": "Area Code",
|
||||
"name": "Area Name",
|
||||
"remark": "Remark",
|
||||
@@ -57,7 +56,6 @@
|
||||
"enter_name": "Please enter production line name",
|
||||
"enter_remark": "Please enter remark",
|
||||
"operation_success": "Operation succeeded",
|
||||
"sort": "No.",
|
||||
"code": "Production Line Code",
|
||||
"name": "Production Line Name",
|
||||
"area": "Plant Area",
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"create_success": "新增成功",
|
||||
"edit_success": "编辑成功",
|
||||
"delete_success": "删除成功",
|
||||
"sort": "序号",
|
||||
"code": "所区编码",
|
||||
"name": "所区名称",
|
||||
"remark": "备注",
|
||||
@@ -57,7 +56,6 @@
|
||||
"enter_name": "请输入产线名称",
|
||||
"enter_remark": "请输入备注",
|
||||
"operation_success": "操作成功",
|
||||
"sort": "序号",
|
||||
"code": "产线编码",
|
||||
"name": "产线名称",
|
||||
"area": "所区",
|
||||
|
||||
@@ -107,7 +107,6 @@ export default {
|
||||
},
|
||||
created () {
|
||||
this.columns = useTableColumns([
|
||||
{ prop: 'sort', label: this.key('sort'), width: 80 },
|
||||
{ prop: 'code', label: this.key('code'), minWidth: 140 },
|
||||
{ prop: 'name', label: this.key('name'), minWidth: 160 },
|
||||
{ prop: 'remark', label: this.key('remark') },
|
||||
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user