eslint; 收入合同

This commit is contained in:
zhaoxiao
2021-09-03 19:27:41 +08:00
parent c53de39b40
commit 303c1026f8
164 changed files with 5964 additions and 4788 deletions
@@ -66,7 +66,7 @@
<a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
<a-button type="primary" icon="export" @click="handleExportXls('企业管理')">导出</a-button>
<a-button type="danger" icon="delete" @click="batchDel">批量删除</a-button>
<a-button type="primary" @click="">发布-提醒</a-button>
<a-button type="primary" @click="publishRemind">发布-提醒</a-button>
</div>
<!-- /操作按钮区域-end-->
@@ -91,13 +91,13 @@
<div class="project-name" @click="goMemberUnitMaintenance(record)">{{ text }}</div>
</template>
<template slot="text" slot-scope="text,record">
<template slot="text" slot-scope="text">
<j-ellipsis :value="text" :length="20"></j-ellipsis>
</template>
<span slot="action" class="action-span-cell" slot-scope="text, record">
<a @click="">上传文件</a>
<a @click="">报名信息</a>
<a @click="uploadFile">上传文件</a>
<a @click="applyMsg">报名信息</a>
<a @click="handleEdit(record)">编辑</a>
<a @click="handleDelete(record.id)">删除</a>
</span>
@@ -200,7 +200,14 @@ export default {
this.$router.push({
path: '/projectManagement/WorkingGroupProjectManagement'
})
}
},
publishRemind() {
},
uploadFile() {
},
applyMsg() {}
}
}
</script>