no message
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -86,6 +86,7 @@ | ... | @@ -86,6 +86,7 @@ |
| 86 | <el-select | 86 | <el-select |
| 87 | v-model="showForm.form.packId" | 87 | v-model="showForm.form.packId" |
| 88 | placeholder="请选择是否打包" | 88 | placeholder="请选择是否打包" |
| 89 | closeabled | ||
| 89 | style="width: 180px;" | 90 | style="width: 180px;" |
| 90 | > | 91 | > |
| 91 | <el-option | 92 | <el-option |
| ... | @@ -158,7 +159,7 @@ const { windowSize } = useTableHeight('max-height') | ... | @@ -158,7 +159,7 @@ const { windowSize } = useTableHeight('max-height') |
| 158 | 159 | ||
| 159 | // 导入字典 | 160 | // 导入字典 |
| 160 | const { proxy } = getCurrentInstance(); | 161 | const { proxy } = getCurrentInstance(); |
| 161 | const { dimensional_type } = proxy.useDict("dimensional_type"); | 162 | const { dimensional_type, ispack} = proxy.useDict("dimensional_type", "ispack"); |
| 162 | 163 | ||
| 163 | const props = { | 164 | const props = { |
| 164 | label: 'name', | 165 | label: 'name', | ... | ... |
-
Please register or sign in to post a comment