598678c8 by yzj

no message

1 parent 48ad5cda
...@@ -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',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!