Commit f16ce0f8 authored by youjie's avatar youjie

车行 供应商账户

parent d21311d4
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
<el-col :span="4" :gutter="35"> <el-col :span="4" :gutter="35">
<el-form-item label="供应商:" prop="SupplierName"> <el-form-item label="供应商:" prop="SupplierName">
<el-input type="text" v-model="addMsg.SupplierName" <el-input type="text" v-model="addMsg.SupplierName"
:disabled="$route.query.FeatureType"></el-input> :disabled="$route.query.FeatureType?true:false"></el-input>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
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