Commit 480f34b2 authored by 沈翠玲's avatar 沈翠玲

优化

parent 13411175
...@@ -82,6 +82,11 @@ ...@@ -82,6 +82,11 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
<el-table v-loading="loadingRight" :data="tbodysRight" border :max-height="tableHeightSecond" style="margin-left: 15px"> <el-table v-loading="loadingRight" :data="tbodysRight" border :max-height="tableHeightSecond" style="margin-left: 15px">
<el-table-column :label="$t('排产次数')" align="center" prop="taskBatch" >
<template slot-scope="scope">
{{scope.row.taskBatch.split('-').length > 1 ? scope.row.taskBatch.split('-')[scope.row.taskBatch.split('-').length - 1]: ''}}
</template>
</el-table-column>
<el-table-column :label="$t('报工人员')" align="center" prop="nickName"></el-table-column> <el-table-column :label="$t('报工人员')" align="center" prop="nickName"></el-table-column>
<el-table-column :label="$t('报工数量')" align="center" prop="quantityFeedback"></el-table-column> <el-table-column :label="$t('报工数量')" align="center" prop="quantityFeedback"></el-table-column>
<el-table-column :label="$t('合格数量')" align="center" prop="quantityQualify"></el-table-column> <el-table-column :label="$t('合格数量')" align="center" prop="quantityQualify"></el-table-column>
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
v-hasPermi="['system:user:copy']" v-hasPermi="['system:user:copy']"
>{{ $t('权限复制') }}</el-button> >{{ $t('权限复制') }}</el-button>
</el-col> </el-col>
<el-col :span="1.5"> <!-- <el-col :span="1.5">
<el-button <el-button
:loading="syncLoading" :loading="syncLoading"
type="primary" type="primary"
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
@click="handleSynchronism" @click="handleSynchronism"
v-hasPermi="['mes:md:mditem:edit']" v-hasPermi="['mes:md:mditem:edit']"
>{{ $t('common.sync') }}</el-button> >{{ $t('common.sync') }}</el-button>
</el-col> </el-col> -->
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar> <right-toolbar :showSearch.sync="showSearch" @queryTable="getList" :columns="columns"></right-toolbar>
</el-row> </el-row>
......
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