Commit db1bd7d4 by Jings

fix: bug修复

parent 4e9617e4
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: Drama
* @LastEditTime: 2022-10-13 16:38:46
* @LastEditTime: 2022-10-20 20:51:52
-->
<!--
<taskView :brandId="brandId"></taskView>
......@@ -70,7 +70,7 @@
<span v-else>{{ scope.row.delStatusDesc }}</span>
</template>
</el-table-column>
<el-table-column label="操作" v-if="$getButtonLimit($buttonCode.checkTaskView)">
<el-table-column width="260" label="操作" v-if="$getButtonLimit($buttonCode.checkTaskView)">
<template slot-scope="scope">
<el-button type="text" v-if="$getButtonLimit($buttonCode.checkTaskView)" :limit-code="$buttonCode.checkTaskView" @click="toDetail(scope.$index, scope.row)">查看详情</el-button>
<el-button type="text" v-if="$getButtonLimit($buttonCode.exportTableTaskDetail)" :limit-code="$buttonCode.exportTableTaskDetail" @click="taskReport(scope.row)">导出导购明细</el-button>
......
......@@ -43,7 +43,7 @@
<li v-for="(item, index) in uploadList" :key="index" :class="['uploadListBox', form.welcomeMediaList.length >= 9 || (index == 5 && publicAccountDisabled) ? 'disabled' : '']" :style="index == 5 ? 'width: 118px;' : ''" @click="handleUploadList(item, index)">
<i :class="['iconfont-hb3', item.icon]" style="font-size: 20px"></i>
<p>{{ item.title }}</p>
<input type="file" :accept="item.fileType" @change="(e) => handkeFileChange(e, item)" class="upload-input" />
<input type="file" :accept="item.fileType" @change="e => handkeFileChange(e, item)" class="upload-input" />
</li>
</ul>
<div slot="reference" style="cursor: pointer; display: inline-block">
......@@ -105,7 +105,7 @@
<el-dialog title="请选择使用范围" width="886px" class="replay-link-dialog" :visible.sync="scopeVisible">
<div class="scopeBox">
<div class="left">
<el-input placeholder="请输入部门名称" maxlength="50" v-model="filterText" style="width: 398px" clearable @clear="handlefilterTextClear" @keyup.native="(value) => toInput(value, searchInput)"> <i slot="prefix" class="el-input__icon el-icon-search"></i> </el-input>
<el-input placeholder="请输入部门名称" maxlength="50" v-model="filterText" style="width: 398px" clearable @clear="handlefilterTextClear" @keyup.native="value => toInput(value, searchInput)"> <i slot="prefix" class="el-input__icon el-icon-search"></i> </el-input>
<el-tree :key="showTree" v-loading="loading" ref="tree" :data="treeData" :check-on-click-node="true" show-checkbox node-key="departmentId" :props="defaultProps" :expand-on-click-node="false" class="tree" :render-after-expand="true" @check-change="handleCheckChange" @check="handleCheck">
<span class="custom-tree-node" slot-scope="{ node }">
<span class="font-14 color-2f54eb opacity80 iconfont-hb3 iconqiye-tianchong"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment