Commit 90a00e55 authored by Marcus's avatar Marcus

特价组件 旧单位不能改

parent 99dca847
...@@ -34,13 +34,12 @@ ...@@ -34,13 +34,12 @@
style="width: 100px" style="width: 100px"
disabled disabled
></dict-selector> ></dict-selector>
<el-select v-model="form.orgSeaFreightVolume" placeholder="请选择" slot="append" style="width: 100px"> <el-select v-model="form.orgSeaFreightVolume" placeholder="请选择" slot="append" style="width: 100px" disabled>
<el-option <el-option
v-for="item in unitList" v-for="item in unitList"
:key="item.id" :key="item.id"
:label="item.titleZh" :label="item.titleZh"
:value="item.id" :value="item.id">
disabled>
</el-option> </el-option>
</el-select> </el-select>
</el-input> </el-input>
...@@ -54,13 +53,12 @@ ...@@ -54,13 +53,12 @@
style="width: 100px" style="width: 100px"
disabled disabled
></dict-selector> ></dict-selector>
<el-select v-model="form.orgClearanceFreightVolume" placeholder="请选择" slot="append" style="width: 100px"> <el-select v-model="form.orgClearanceFreightVolume" placeholder="请选择" slot="append" style="width: 100px" disabled>
<el-option <el-option
v-for="item in unitList" v-for="item in unitList"
:key="item.id" :key="item.id"
:label="item.titleZh" :label="item.titleZh"
:value="item.id" :value="item.id">
disabled>
</el-option> </el-option>
</el-select> </el-select>
</el-input> </el-input>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment