Commit 2e6d06f9 authored by kzy's avatar kzy

生产工艺

parents 2c08b840 99b5b95e
......@@ -12,8 +12,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
<el-form-item>
<el-button type="primary" size="small" icon="el-icon-search" @click="handleQuery">查询</el-button>
</el-form-item>
......@@ -27,7 +26,7 @@
<!-- >新增</el-button>-->
<!-- <coolbutton style="padding: 8px 7px;" :type="typePrimary" :name="addName" :size="smallSize" :icon="addIcon" :haspermi="addHaspermi" @btn-click="handleAdd" /> -->
<!-- <el-button-->
<!-- v-hasPermi="['sys:role:export']"-->
<!-- style="padding: 8px 7px;"-->
......@@ -52,19 +51,20 @@
<!-- <el-table-column type="index" label="序号" width="380" /> -->
<el-table-column label="名称" prop="2222" :show-overflow-tooltip="true" width="222">
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column>
<el-table-column label="编码" prop="2222" :show-overflow-tooltip="true" width="222">
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
</el-table-column>
<el-table-column label="lot" prop="xxx" :show-overflow-tooltip="true" width="222">
<el-table-column label="xxx" prop="xxx" :show-overflow-tooltip="true" width="250">
<template slot-scope="scope">
{{ scope.row.xxx || '-' }}
</template>
......@@ -107,7 +107,7 @@
<template slot-scope="scope">
<span>{{ scope.row.createDate | transformDateByFormat('YYYY-MM-DD HH:mm') }}</span>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
</div>
......
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