Commit ca134cc4 authored by 黄奎's avatar 黄奎

页面修改

parent d6b3caab
......@@ -169,12 +169,12 @@
show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="海关代码/关税率" v-if="currentUserInfo&&currentUserInfo.IsKorea==1">
<el-input v-model="addMsg.FatCode" size="small" placeholder="请输入内容" maxlength="100" show-word-limit>
<el-form-item label="海关代码/关税率" v-if="currentUserInfo&&currentUserInfo.IsKorea==1" style="display:none;">
<el-input v-model="addMsg.FatCode" size="small" placeholder="海关代码/关税率" maxlength="100" show-word-limit>
</el-input>
</el-form-item>
<el-form-item label="商品官网" v-if="currentUserInfo&&currentUserInfo.IsKorea==1">
<el-input v-model="addMsg.GoodsUrl" size="small" placeholder="请输入内容" maxlength="100"
<el-form-item label="商品官网" v-if="currentUserInfo&&currentUserInfo.IsKorea==1" style="display:none;">
<el-input v-model="addMsg.GoodsUrl" size="small" placeholder="商品官网" maxlength="100"
show-word-limit>
</el-input>
</el-form-item>
......
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