diff --git a/project/xumu/AppOutManage/AppOutManage.vue b/project/xumu/AppOutManage/AppOutManage.vue new file mode 100644 index 00000000..dcc5361d --- /dev/null +++ b/project/xumu/AppOutManage/AppOutManage.vue @@ -0,0 +1,35 @@ + + + + + + + + + diff --git a/project/xumu/AppOutManage/add.vue b/project/xumu/AppOutManage/add.vue new file mode 100644 index 00000000..0fd3263b --- /dev/null +++ b/project/xumu/AppOutManage/add.vue @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 提交 + 提交 + 返回 + + + + + diff --git a/project/xumu/AppOutManage/list.vue b/project/xumu/AppOutManage/list.vue new file mode 100644 index 00000000..256c7170 --- /dev/null +++ b/project/xumu/AppOutManage/list.vue @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + 新增 + + + + + + + + + 查看 + + 查看 + 编辑 + 再次提交 + 删除 + + + + + + + + + diff --git a/project/xumu/AppTreatmentManage/add.vue b/project/xumu/AppTreatmentManage/add.vue index 7b4ac573..d96d90a9 100644 --- a/project/xumu/AppTreatmentManage/add.vue +++ b/project/xumu/AppTreatmentManage/add.vue @@ -140,7 +140,7 @@ export default { - + diff --git a/project/xumu/AppWeightManage/add.vue b/project/xumu/AppWeightManage/add.vue index cf73d3e9..54350e94 100644 --- a/project/xumu/AppWeightManage/add.vue +++ b/project/xumu/AppWeightManage/add.vue @@ -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() } }