Commit 5db35781 by wangguangchao

或有页面元素调整

parent fdd133cd
......@@ -32,7 +32,7 @@
</c-table>
</el-col>
<el-col :span="12">
<!-- <el-col :span="12">
<el-form-item label="Sight Amount">
<c-input style="width:50%" v-model="model.liaall.outamt" placeholder="请输入Sight Amount"></c-input>
</el-form-item>
......@@ -48,23 +48,24 @@
<el-form-item label="External Booking Amount">
<c-input style="width:70%" v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
</el-form-item>
</el-col>
</el-col> -->
<el-col :span="12">
<el-form-item label="Amount not yet assigned">
<c-input style="width:50%" v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input>
<c-input style="width:20%" disabled v-model="model.liaall.concur" maxlength="3" placeholder="请输入External Booking Amount"></c-input>
<c-input style="width:50%" disabled v-model="model.liaall.misamt" placeholder="请输入Amount not yet assigned"></c-input>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="">
<c-button size="small" type="primary" @click="onLiaallButmisamt">
<c-button size="small" disabled type="primary" @click="onLiaallButmisamt">
Add to Current Line
</c-button>
</el-form-item>
</el-col>
<el-col :span="12">
<!-- <el-col :span="12">
<el-form-item label="">
<c-button size="small" type="primary" @click="onLiaallButmissig">
Add to Sight Amount
......@@ -82,7 +83,7 @@
<el-form-item label="Total booking amount external assinged">
<c-input style="width:50%" v-model="model.liaall.exttotamt" placeholder="请输入Total booking amount external assinged"></c-input>
</el-form-item>
</el-col>
</el-col> -->
</div>
</template>
<script>
......
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