提交
This commit is contained in:
@@ -172,7 +172,7 @@ const isChukuList = ref([
|
||||
{ value: 0, label: "已入库", elTagType: "success", elTagClass: null },
|
||||
{ value: 1, label: "已出库", elTagType: "warning", elTagClass: null },
|
||||
{ value: 2, label: "借料出库", elTagType: "danger", elTagClass: null },
|
||||
{ value: 3, label: "还料入库", elTagType: "primary", elTagClass: null },
|
||||
{ value: 3, label: "已归还", elTagType: "primary", elTagClass: null },
|
||||
])
|
||||
|
||||
const data = reactive({
|
||||
|
||||
Reference in New Issue
Block a user