Commit 23f3cd31 by “yanyuxin”

表外详情界面样式修改

parent f57b72fc
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="记账账号"> <el-form-item label="记账账号">
<c-col > <c-col >
<c-input v-model="formData.acc" /> <c-select v-model="formData.acc" />
</c-col> </c-col>
</el-form-item> </el-form-item>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<c-col :span="12"> <c-col :span="12">
<el-form-item label="抵扣账号"> <el-form-item label="抵扣账号">
<c-col > <c-col >
<c-input v-model="formData.acc2" /> <c-input v-model="formData.acc2" disabled />
</c-col> </c-col>
</el-form-item> </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