Browse Source

格式修正

master
常熟吴彦祖 3 weeks ago
parent
commit
035c7a5199
  1. 2
      src/views/modules/check/searchPhysicalInventory.vue
  2. 2
      src/views/modules/system/importantErrorConfig.vue

2
src/views/modules/check/searchPhysicalInventory.vue

@ -382,7 +382,7 @@
</el-form>
<!-- 物料查询表格 - rqrq -->
<el-table :data="materialQueryList" :height="300" border highlight-current-row ref="materialQueryTable" v-loading="materialQueryLoading" @selection-change="handleMaterialSelectionChange" style="width: 100%;">
<el-table-column type="selection" width="50"></el-table-column>
<el-table-column type="selection" width="30"></el-table-column>
<el-table-column
v-for="(item,index) in materialQueryColumnList" :key="index"
:sortable="item.columnSortable"

2
src/views/modules/system/importantErrorConfig.vue

@ -125,7 +125,7 @@
<el-row :gutter="20">
<el-col :span="12">
<el-form-item label="工厂编码" prop="site">
<el-input v-model="formData.site" placeholder="请输入工厂编码(如:55)"></el-input>
<el-input v-model="formData.site" placeholder="请输入工厂编码"></el-input>
</el-form-item>
</el-col>
<el-col :span="12">

Loading…
Cancel
Save