|
|
|
@ -29,18 +29,18 @@
|
|
|
|
</el-form>
|
|
|
|
</el-form>
|
|
|
|
|
|
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
<el-button v-hasPermi="['production:taskPool:add']" type="primary" plain icon="el-icon-plus" size="mini" :disabled="single" @click="handleConfig">维护负责人/优先级</el-button>
|
|
|
|
<!-- <el-button v-hasPermi="['production:taskPool:add']" type="primary" plain icon="el-icon-plus" size="mini" :disabled="single" @click="handleConfig">维护负责人/优先级</el-button>-->
|
|
|
|
</el-col>
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
<el-button v-hasPermi="['production:taskPool:edit']" type="success" plain icon="el-icon-refresh-right" size="mini" :disabled="single" @click="handleStatus">切换状态</el-button>
|
|
|
|
<!-- <el-button v-hasPermi="['production:taskPool:edit']" type="success" plain icon="el-icon-refresh-right" size="mini" :disabled="single" @click="handleStatus">切换状态</el-button>-->
|
|
|
|
</el-col>
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
<el-button v-hasPermi="['production:taskPool:remove']" type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete">清除扩展配置</el-button>
|
|
|
|
<!-- <el-button v-hasPermi="['production:taskPool:remove']" type="danger" plain icon="el-icon-delete" size="mini" :disabled="multiple" @click="handleDelete">清除扩展配置</el-button>-->
|
|
|
|
</el-col>
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<el-col :span="1.5">
|
|
|
|
<!-- <el-col :span="1.5">-->
|
|
|
|
<el-button v-hasPermi="['production:taskPool:export']" type="warning" plain icon="el-icon-download" size="mini" @click="handleExport">导出</el-button>
|
|
|
|
<!-- <el-button v-hasPermi="['production:taskPool:export']" type="warning" plain icon="el-icon-download" size="mini" @click="handleExport">导出</el-button>-->
|
|
|
|
</el-col>
|
|
|
|
<!-- </el-col>-->
|
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" />
|
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList" />
|
|
|
|
</el-row>
|
|
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|
|
|