feat(xumu): 新增淘汰登记功能
- 添加 AppOutManage组件,包含新增和列表页面- 实现淘汰登记的新增、编辑、审核等功能 -集成字典加载、表格展示、搜索筛选等模块 -优化表单验证和图片上传功能
This commit is contained in:
@@ -5,7 +5,7 @@ import AiDialog from "dui/packages/basic/AiDialog.vue";
|
||||
|
||||
const columns = [
|
||||
{label: "序号", type: "index"},
|
||||
{label: "数据来源", prop: "source", dict: "source"},
|
||||
{label: "数据来源", prop: "source", dict: "dataSources"},
|
||||
{label: "重量", prop: "weight"},
|
||||
{label: "称重时间", prop: "createTime"},
|
||||
{label: "是否变更过", prop: "isUpdate", dict: "yesOrNo"},
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
}
|
||||
},
|
||||
created() {
|
||||
this.dict.load("yesOrNo", "category", "variety", "source")
|
||||
this.dict.load("yesOrNo", "category", "variety", "dataSources")
|
||||
this.getDetail()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user