|
|
@@ -2,7 +2,7 @@
|
|
|
<div style="height: calc(100vh - 245px)">
|
|
|
<addProject v-if="!isDisabled && tool.checkAuth($route.name,'project')" ref="addProject" :param="paramAdd" :tablecols="tablecolsAdd" :title="'添加项目'" class="inline-16" @add="addProject"
|
|
|
@adds="addProjects" @uploadData="uploadData" @onSuccess="onSuccess" :dataType="'项目'"></addProject>
|
|
|
- <el-button @click="delAll" :type="list.length === 0?'':'primary'" size="small" v-if="!isDisabled && tool.checkAuth($route.name,'project')" :disabled="list.length === 0">一键rrr删除</el-button>
|
|
|
+ <el-button @click="delAll" :type="list.length === 0?'':'primary'" size="small" v-if="!isDisabled && tool.checkAuth($route.name,'project')" :disabled="list.length === 0">一键删除</el-button>
|
|
|
<el-button v-if="!isDisabled && tool.checkAuth($route.name,'project')" :type="items.length > 0?'primary':''" size="small" @click="delProjects" class="inline-16" :disabled="items.length === 0">删 除</el-button>
|
|
|
<el-input style="width:200px;" placeholder="搜索" :suffix-icon="param.content.where.condition?param.content.where.condition.length > 0?'':'':'el-icon-search'" v-model="param.content.where.condition" @keyup.native.enter="listData(param.content.pageNumber = 1)" @clear="listData(param.content.pageNumber = 1)" size="small" class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
</el-input>
|