优化代码

dependabot/npm_and_yarn/fir_admin/async-2.6.4
nineven 2 years ago
parent bb9bdf8891
commit 3b8134aafd
  1. 14
      fir_client/src/components/user/FirSuperSignBase.vue
  2. 2
      fir_client/vue.config.js

@ -506,11 +506,12 @@
? scope.row.usable_number - scope.row.developer_used_number : 0 ? scope.row.usable_number - scope.row.developer_used_number : 0
}}</p> }}</p>
<el-tag @click="show_operate_info(scope.row.issuer_id)">
查看最近的操作日志
</el-tag>
<div slot="reference" class="name-wrapper"> <div slot="reference" class="name-wrapper">
<el-tag v-if="scope.row.issuer_id" size="medium"><i class="el-icon-key"/> {{ <el-tag v-if="scope.row.issuer_id" size="medium"> {{ scope.row.issuer_id }}</el-tag>
scope.row.issuer_id
}}
</el-tag>
</div> </div>
</el-popover> </el-popover>
</template> </template>
@ -2049,6 +2050,11 @@ export default {
}); });
}); });
}, },
show_operate_info(issuer_id) {
this.appidseach = issuer_id;
this.activeName = 'operatemsg'
this.get_data_from_tabname(this.activeName);
},
show_device_uinfo(bundle_id) { show_device_uinfo(bundle_id) {
this.Bundleidsearch = bundle_id; this.Bundleidsearch = bundle_id;
this.activeName = 'useddevices' this.activeName = 'useddevices'

@ -82,7 +82,7 @@ if (page) {
} }
} }
const version='2.2.9'; const version='2.3.1';
const pro_base_env = { const pro_base_env = {
baseUrl: 'https://flyapps.cn', baseUrl: 'https://flyapps.cn',

Loading…
Cancel
Save