Compare commits

..

No commits in common. "b47a1e5311728675e76d7dd2042c3178c5b5edd5" and "953fe1cf22d11c1088b56a78a596c91868351811" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -124,7 +124,6 @@
: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>