b36895b3 by yzj

no message

1 parent 1a56e579
......@@ -90,7 +90,7 @@
style="width: 180px;"
>
<el-option
v-for="item in ispack"
v-for="item in constrain_status"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -159,7 +159,7 @@ const { windowSize } = useTableHeight('max-height')
// 导入字典
const { proxy } = getCurrentInstance();
const { dimensional_type, ispack} = proxy.useDict("dimensional_type", "ispack");
const { dimensional_type, constrain_status} = proxy.useDict("dimensional_type", "constrain_status");
const props = {
label: 'name',
......@@ -183,7 +183,7 @@ const data = reactive({
title: '',
open: false,
form: {
packId: 0
}
},
rules: {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!