Commit 00081e66 authored by youjie's avatar youjie

no message

parent 1d28a585
......@@ -572,8 +572,8 @@
</el-row>
<el-row :gutter="20">
<el-col :span="6">
<el-form-item label="統一編號" prop="UniqueCode">
<el-input v-model="addMsg.UniqueCode" placeholder="请输入統一編號"
<el-form-item label="統一编号" prop="UniqueCode">
<el-input v-model="addMsg.UniqueCode" placeholder="请输入統一编号"
maxlength="20"></el-input>
</el-form-item>
</el-col>
......@@ -586,8 +586,8 @@
<el-col :span="6">
<el-form-item label="Email" prop="Email">
<el-input v-model="addMsg.Email" placeholder="请输入Email"
maxlength="20" style="width: 200px;"></el-input>
<span class="q-pl-lg text-grey-8" style="cursor: pointer;" @click="isShow=!isShow">{{isShow?'收起':'展开'}}</span>
maxlength="20" style="width: 240px;"></el-input>
<span class="q-pl-lg text-grey-8" style="cursor: pointer;margin-left: 10px;color: gray;" @click="isShow=!isShow">{{isShow?'收起':'展开'}}</span>
</el-form-item>
</el-col>
</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