zweizhao il y a 7 ans
Parent
commit
ceb54ecfde
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/module/main/components/gongmall.vue

+ 1 - 0
src/module/main/components/gongmall.vue

@@ -22,6 +22,7 @@
               :href="scope.row | projectLink"
               target="_blank"
             >{{scope.row[prop]}}</a>
+            <a v-else-if="prop === 'nickname'" :href="`/rooter/user/${scope.row['uid']}`" target="_blank">{{scope.row[prop]}}</a>
             <span v-else-if="prop === 'create_time'">{{scope.row[prop] | toDate}}</span>
             <template v-else-if="prop === 'state'">
               <el-button v-if="scope.row[prop] === '1'" type="primary">确认付款</el-button>