意见反馈问题修复

uat_us
DESKTOP-6C3NK6N\WXS 2024-08-13 11:12:01 +08:00
parent cd581041b9
commit 8257793b4f
2 changed files with 2 additions and 1 deletions

View File

@ -164,7 +164,7 @@
/> />
<el-table-column <el-table-column
:label="$t('feedBack:form:study')" :label="$t('feedBack:form:study')"
prop="NoticeTypeEnum" prop="ExperimentName"
min-width="140" min-width="140"
show-overflow-tooltip show-overflow-tooltip
sortable="custom" sortable="custom"

View File

@ -124,6 +124,7 @@
:value="trialInfo.UserFeedBackUnDealedCount || 0" :value="trialInfo.UserFeedBackUnDealedCount || 0"
:max="99" :max="99"
class="inBox" class="inBox"
v-hasPermi="['role:pm']"
> >
<i class="el-icon-message" @click.stop="openFeedBack"></i> <i class="el-icon-message" @click.stop="openFeedBack"></i>
</el-badge> </el-badge>