|
@@ -52,19 +52,19 @@
|
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator">
|
|
|
- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
|
|
|
+<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
|
|
|
<a-button type="primary" icon="download" @click="handleExportXls('工单detail')">导出</a-button>
|
|
|
- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
|
- <a-button type="primary" icon="import">导入</a-button>
|
|
|
- </a-upload>
|
|
|
+<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
|
|
|
+<!-- <a-button type="primary" icon="import">导入</a-button>-->
|
|
|
+<!-- </a-upload>-->
|
|
|
<!-- 高级查询区域 -->
|
|
|
- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>
|
|
|
- <a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
- <a-menu slot="overlay">
|
|
|
- <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>
|
|
|
- </a-menu>
|
|
|
- <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>
|
|
|
- </a-dropdown>
|
|
|
+<!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>-->
|
|
|
+<!-- <a-dropdown v-if="selectedRowKeys.length > 0">-->
|
|
|
+<!-- <a-menu slot="overlay">-->
|
|
|
+<!-- <a-menu-item key="1" @click="batchDel"><a-icon type="delete"/>删除</a-menu-item>-->
|
|
|
+<!-- </a-menu>-->
|
|
|
+<!-- <a-button style="margin-left: 8px"> 批量操作 <a-icon type="down" /></a-button>-->
|
|
|
+<!-- </a-dropdown>-->
|
|
|
</div>
|
|
|
|
|
|
<!-- table区域-begin -->
|
|
@@ -108,24 +108,24 @@
|
|
|
</a-button>
|
|
|
</template>
|
|
|
|
|
|
- <span slot="action" slot-scope="text, record">
|
|
|
- <a @click="handleEdit(record)">编辑</a>
|
|
|
+<!-- <span slot="action" slot-scope="text, record">-->
|
|
|
+<!-- <a @click="handleEdit(record)">编辑</a>-->
|
|
|
|
|
|
- <a-divider type="vertical" />
|
|
|
- <a-dropdown>
|
|
|
- <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>
|
|
|
- <a-menu slot="overlay">
|
|
|
- <a-menu-item>
|
|
|
- <a @click="handleDetail(record)">详情</a>
|
|
|
- </a-menu-item>
|
|
|
- <a-menu-item>
|
|
|
- <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">
|
|
|
- <a>删除</a>
|
|
|
- </a-popconfirm>
|
|
|
- </a-menu-item>
|
|
|
- </a-menu>
|
|
|
- </a-dropdown>
|
|
|
- </span>
|
|
|
+<!-- <a-divider type="vertical" />-->
|
|
|
+<!-- <a-dropdown>-->
|
|
|
+<!-- <a class="ant-dropdown-link">更多 <a-icon type="down" /></a>-->
|
|
|
+<!-- <a-menu slot="overlay">-->
|
|
|
+<!-- <a-menu-item>-->
|
|
|
+<!-- <a @click="handleDetail(record)">详情</a>-->
|
|
|
+<!-- </a-menu-item>-->
|
|
|
+<!-- <a-menu-item>-->
|
|
|
+<!-- <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)">-->
|
|
|
+<!-- <a>删除</a>-->
|
|
|
+<!-- </a-popconfirm>-->
|
|
|
+<!-- </a-menu-item>-->
|
|
|
+<!-- </a-menu>-->
|
|
|
+<!-- </a-dropdown>-->
|
|
|
+<!-- </span>-->
|
|
|
|
|
|
</a-table>
|
|
|
</div>
|
|
@@ -169,7 +169,7 @@ export default {
|
|
|
dataIndex: 'woId'
|
|
|
},
|
|
|
{
|
|
|
- title:'实绩设备id',
|
|
|
+ title:'实绩设备',
|
|
|
align:"center",
|
|
|
dataIndex: 'shijiShebeiId_dictText'
|
|
|
},
|
|
@@ -224,15 +224,15 @@ export default {
|
|
|
align:"center",
|
|
|
dataIndex: 'chuanganqi_dictText'
|
|
|
// dataIndex: 'chuanganqi'
|
|
|
- },
|
|
|
- {
|
|
|
- title: '操作',
|
|
|
- dataIndex: 'action',
|
|
|
- align:"center",
|
|
|
- fixed:"right",
|
|
|
- width:147,
|
|
|
- scopedSlots: { customRender: 'action' }
|
|
|
}
|
|
|
+ // {
|
|
|
+ // title: '操作',
|
|
|
+ // dataIndex: 'action',
|
|
|
+ // align:"center",
|
|
|
+ // fixed:"right",
|
|
|
+ // width:147,
|
|
|
+ // scopedSlots: { customRender: 'action' }
|
|
|
+ // }
|
|
|
],
|
|
|
url: {
|
|
|
list: "/itdmGongdanDetail/itdmGongdanDetail/list",
|