Commit f470ca25 by tang

feat: 详情和变更记录

parent 230d3391
......@@ -305,7 +305,7 @@ export default {
after: '公司名称BBBBB',
}
],
changeDialogVisible: true,
changeDialogVisible: false,
};
},
components: {
......@@ -347,7 +347,7 @@ export default {
const localeTime = new Date(moment(row.login_date).format('YYYY-MM-DD HH:mm:ss')).getTime()
const endTime = Math.floor(new Date().getTime() / 1000) - localeTime / 1000;
const day = endTime / 60 / 60 / 24;
if (day > 15) {
if (day < 15) {
alert('该企业的详细信息将在注册15日后公布!')
} else {
this.companyDetail = row
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment