@@ -28,7 +28,7 @@
<div class="table-operator" style="margin-bottom: 8px;">
<a-row>
<a-col :md="16">
- <a-button type="primary" icon="plus" @click="handleAdd()">新增</a-button>
+ <a-button type="primary" icon="plus" @click="handleAdd()">添加模板</a-button>
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 ">
<a-menu slot="overlay">
<a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
@@ -127,7 +127,7 @@ export default {
{
title: '发起时间',
checked: true,
- width: 140,
+ width: 180,
dataIndex: 'applyTime',
},
@@ -140,7 +140,7 @@ export default {
title: '处理时间',
dataIndex: 'handleTime',
title: '当前处理人',