Compare commits
2 Commits
953fe1cf22
...
b47a1e5311
Author | SHA1 | Date |
---|---|---|
|
b47a1e5311 | |
|
8257793b4f |
|
@ -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"
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue