| | |
| | | <template #header> |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col :span="1.5"> |
| | | <el-button v-hasPermi="['demo:leave:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> |
| | | <el-button v-hasPermi="['workflow:leave:add']" type="primary" plain icon="Plus" @click="handleAdd">新增</el-button> |
| | | </el-col> |
| | | <el-col :span="1.5"> |
| | | <el-button v-hasPermi="['demo:leave:export']" type="warning" plain icon="Download" @click="handleExport">导出</el-button> |
| | | <el-button v-hasPermi="['workflow:leave:export']" type="warning" plain icon="Download" @click="handleExport">导出</el-button> |
| | | </el-col> |
| | | <right-toolbar v-model:showSearch="showSearch" @query-table="getList"></right-toolbar> |
| | | <right-toolbar v-model:show-search="showSearch" @query-table="getList"></right-toolbar> |
| | | </el-row> |
| | | </template> |
| | | |
| | |
| | | <template #default="scope"> |
| | | <el-button |
| | | v-if="scope.row.status === 'draft' || scope.row.status === 'cancel' || scope.row.status === 'back'" |
| | | v-hasPermi="['demo:leave:edit']" |
| | | v-hasPermi="['workflow:leave:edit']" |
| | | size="small" |
| | | link |
| | | type="primary" |
| | |
| | | > |
| | | <el-button |
| | | v-if="scope.row.status === 'draft' || scope.row.status === 'cancel' || scope.row.status === 'back'" |
| | | v-hasPermi="['demo:leave:remove']" |
| | | v-hasPermi="['workflow:leave:remove']" |
| | | size="small" |
| | | link |
| | | type="primary" |
| | |
| | | /** 新增按钮操作 */ |
| | | const handleAdd = () => { |
| | | proxy.$tab.closePage(proxy.$route); |
| | | proxy.$router.push(`/workflow/leaveEdit/index/add/add`); |
| | | proxy.$router.push({ |
| | | path: `/workflow/leaveEdit/index`, |
| | | query: { |