工器具台账增加工程名称
This commit is contained in:
parent
037c42d772
commit
685e229511
|
|
@ -47,7 +47,7 @@
|
||||||
<span v-else>{{ (queryParams.pageNum - 1) * 10 + scope.$index }}</span>
|
<span v-else>{{ (queryParams.pageNum - 1) * 10 + scope.$index }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<!-- <el-table-column label="仓库信息" align="center" prop="whHouseName" :show-overflow-tooltip="true" /> -->
|
<el-table-column label="工程名称" align="center" prop="proName" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="施工类型" align="center" prop="constructionType" :show-overflow-tooltip="true" />
|
<el-table-column label="施工类型" align="center" prop="constructionType" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="物资类型" align="center" prop="materialType" :show-overflow-tooltip="true" />
|
<el-table-column label="物资类型" align="center" prop="materialType" :show-overflow-tooltip="true" />
|
||||||
<el-table-column label="物资名称" align="center" prop="typeName" :show-overflow-tooltip="true" />
|
<el-table-column label="物资名称" align="center" prop="typeName" :show-overflow-tooltip="true" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue