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