Compare commits
2 Commits
953fe1cf22
...
b47a1e5311
Author | SHA1 | Date |
---|---|---|
|
b47a1e5311 | |
|
8257793b4f |
|
@ -164,7 +164,7 @@
|
|||
/>
|
||||
<el-table-column
|
||||
:label="$t('feedBack:form:study')"
|
||||
prop="NoticeTypeEnum"
|
||||
prop="ExperimentName"
|
||||
min-width="140"
|
||||
show-overflow-tooltip
|
||||
sortable="custom"
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
:value="trialInfo.UserFeedBackUnDealedCount || 0"
|
||||
:max="99"
|
||||
class="inBox"
|
||||
v-hasPermi="['role:pm']"
|
||||
>
|
||||
<i class="el-icon-message" @click.stop="openFeedBack"></i>
|
||||
</el-badge>
|
||||
|
|
Loading…
Reference in New Issue