|
@@ -4,7 +4,9 @@
|
|
<div class="flex-1 page-wrap">
|
|
<div class="flex-1 page-wrap">
|
|
<div class="btn-group">
|
|
<div class="btn-group">
|
|
<t-button theme="success" @click="handleAdd">新增</t-button>
|
|
<t-button theme="success" @click="handleAdd">新增</t-button>
|
|
- <t-button theme="success">作废</t-button>
|
|
|
|
|
|
+ <t-button theme="success" :disabled="!selectedRowKeys.length"
|
|
|
|
+ >作废</t-button
|
|
|
|
+ >
|
|
<t-button
|
|
<t-button
|
|
theme="success"
|
|
theme="success"
|
|
:disabled="!selectedRowKeys.length"
|
|
:disabled="!selectedRowKeys.length"
|
|
@@ -84,19 +86,19 @@ const columns = [
|
|
width: 50,
|
|
width: 50,
|
|
fixed: 'left',
|
|
fixed: 'left',
|
|
},
|
|
},
|
|
- { colKey: 'a', title: '服务单元', width: 80 },
|
|
|
|
- { colKey: 'b', title: '项目单号', width: 80 },
|
|
|
|
- { colKey: 'c', title: '派单时间', width: 80 },
|
|
|
|
- { colKey: 'd', title: '派单人', width: 70 },
|
|
|
|
- { colKey: 'e', title: '客户类型', width: 80 },
|
|
|
|
- { colKey: 'f', title: '客户名称', width: 80 },
|
|
|
|
- { colKey: 'g', title: '项目名称', width: 80 },
|
|
|
|
- { colKey: 'h', title: '实施产品', width: 80 },
|
|
|
|
- { colKey: 'i', title: '考试开始时间', width: 140 },
|
|
|
|
- { colKey: 'j', title: '考试结束时间', width: 140 },
|
|
|
|
- { colKey: 'k', title: '大区经理', width: 80 },
|
|
|
|
- { colKey: 'l', title: '提交人', width: 70 },
|
|
|
|
- { colKey: 'm', title: '提交时间', width: 140 },
|
|
|
|
|
|
+ { colKey: 'a', title: '服务单元' },
|
|
|
|
+ { colKey: 'b', title: '项目单号' },
|
|
|
|
+ { colKey: 'c', title: '派单时间' },
|
|
|
|
+ { colKey: 'd', title: '派单人' },
|
|
|
|
+ { colKey: 'e', title: '客户类型' },
|
|
|
|
+ { colKey: 'f', title: '客户名称' },
|
|
|
|
+ { colKey: 'g', title: '项目名称' },
|
|
|
|
+ { colKey: 'h', title: '实施产品' },
|
|
|
|
+ { colKey: 'i', title: '考试开始时间' },
|
|
|
|
+ { colKey: 'j', title: '考试结束时间' },
|
|
|
|
+ { colKey: 'k', title: '大区经理' },
|
|
|
|
+ { colKey: 'l', title: '提交人' },
|
|
|
|
+ { colKey: 'm', title: '提交时间' },
|
|
{
|
|
{
|
|
title: '操作',
|
|
title: '操作',
|
|
colKey: 'operate',
|
|
colKey: 'operate',
|