Browse Source

优化

suzhou_blueVersion
wangxy 3 years ago
parent
commit
e33158106c
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      src/views/equip/workbench/order.vue

+ 6
- 6
src/views/equip/workbench/order.vue View File

@ -61,7 +61,7 @@
<!-- 维护工单 -->
<vxe-table-column field="maintwoid" width="150" show-overflow :title="getColumnName('maintwoid')" />
<!-- 描述 -->
<vxe-table-column field="descr" :title="getColumnName('descr')" />
<vxe-table-column field="descr" width="150" :title="getColumnName('descr')" />
<!-- 状态 -->
<vxe-table-column field="status" width="150" :title="getColumnName('status')">
<template v-slot="{row}">
@ -203,11 +203,11 @@
resizable
border
highlight-hover-row>
<vxe-table-column field="pm_service-descr" show-overflow :title="getColumnName('pm_service-descr')" />
<vxe-table-column field="pm_service-mainttype" :title="getColumnName('pm_service-mainttype')" />
<vxe-table-column field="pm_service-lastmodif" :title="getColumnName('pm_service-lastmodif')" />
<vxe-table-column field="pm_service-lastuser" :title="getColumnName('pm_service-lastuser')" />
<vxe-table-column field="action" :title="getColumnName('action')">
<vxe-table-column field="pm_service-descr" width="200" show-overflow :title="getColumnName('pm_service-descr')" />
<vxe-table-column field="pm_service-mainttype" width="200" :title="getColumnName('pm_service-mainttype')" />
<vxe-table-column field="pm_service-lastmodif" width="200" :title="getColumnName('pm_service-lastmodif')" />
<vxe-table-column field="pm_service-lastuser" width="200" :title="getColumnName('pm_service-lastuser')" />
<vxe-table-column field="action" width="200" :title="getColumnName('action')">
<template slot-scope="scope">
<el-button type="text" icon="el-icon-plus" @click="createOrder(scope.row)">创建维护工单</el-button>
</template>


Loading…
Cancel
Save