no message
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -90,7 +90,7 @@ | ... | @@ -90,7 +90,7 @@ |
| 90 | style="width: 180px;" | 90 | style="width: 180px;" |
| 91 | > | 91 | > |
| 92 | <el-option | 92 | <el-option |
| 93 | v-for="item in ispack" | 93 | v-for="item in constrain_status" |
| 94 | :key="item.value" | 94 | :key="item.value" |
| 95 | :label="item.label" | 95 | :label="item.label" |
| 96 | :value="item.value" | 96 | :value="item.value" |
| ... | @@ -159,7 +159,7 @@ const { windowSize } = useTableHeight('max-height') | ... | @@ -159,7 +159,7 @@ const { windowSize } = useTableHeight('max-height') |
| 159 | 159 | ||
| 160 | // 导入字典 | 160 | // 导入字典 |
| 161 | const { proxy } = getCurrentInstance(); | 161 | const { proxy } = getCurrentInstance(); |
| 162 | const { dimensional_type, ispack} = proxy.useDict("dimensional_type", "ispack"); | 162 | const { dimensional_type, constrain_status} = proxy.useDict("dimensional_type", "constrain_status"); |
| 163 | 163 | ||
| 164 | const props = { | 164 | const props = { |
| 165 | label: 'name', | 165 | label: 'name', |
| ... | @@ -183,7 +183,7 @@ const data = reactive({ | ... | @@ -183,7 +183,7 @@ const data = reactive({ |
| 183 | title: '', | 183 | title: '', |
| 184 | open: false, | 184 | open: false, |
| 185 | form: { | 185 | form: { |
| 186 | packId: 0 | 186 | |
| 187 | } | 187 | } |
| 188 | }, | 188 | }, |
| 189 | rules: { | 189 | rules: { | ... | ... |
-
Please register or sign in to post a comment