Browse Source

生产查询

master
常熟吴彦祖 5 months ago
parent
commit
819ac8f1e5
  1. 4
      src/views/modules/shopOrder/shopOrder/shopOrderList.vue

4
src/views/modules/shopOrder/shopOrder/shopOrderList.vue

@ -94,7 +94,7 @@
<el-tabs style="font-size: 12px" class="customer-tab" v-model="activeName" type="border-card">
<el-tab-pane label="基本信息" name="first" style="height: 300px">
<el-tab-pane label="基本信息" name="first" style="height: 270px">
<el-form :inline="true" label-position="top" label-width="100px" style="margin-top: 0px;">
<el-row :gutter="10">
<el-dropdown trigger="click" style="margin-top: 3px" class="customer-dropdown" @command="handleCommand">
@ -277,7 +277,7 @@
></el-input>
</el-form-item>
<el-form-item label="备注:" style="margin-top:90px;">
<el-form-item label="备注:" style="margin-top:83px;">
<el-input v-model="modelData.remark" type="textarea" readonly :autosize="{ minRows: 5, maxRows: 10}"
></el-input>
</el-form-item>

Loading…
Cancel
Save