优化company/profile

This commit is contained in:
2024-09-20 16:11:55 +08:00
parent e298d960e7
commit ed4b4afda0
74 changed files with 2392 additions and 8130 deletions

View File

@@ -101,7 +101,7 @@
<!-- </a-form-item>-->
<!-- <a-form-item label="当前版本" name="version">-->
<!-- <a-tag color="red" v-if="form.version === 10">免费版</a-tag>-->
<!-- <a-tag color="green" v-if="form.version === 20">授权</a-tag>-->
<!-- <a-tag color="green" v-if="form.version === 20">专业</a-tag>-->
<!-- <a-tag color="cyan" v-if="form.version === 30">永久授权</a-tag>-->
<!-- </a-form-item>-->
<a-form-item label="状态" name="status">

View File

@@ -50,7 +50,7 @@
</template>
<template v-if="column.key === 'version'">
<text v-if="record.version === 10">免费版</text>
<text v-if="record.version === 20">授权</text>
<text v-if="record.version === 20">专业</text>
<text v-if="record.version === 30">永久授权</text>
</template>
<template v-if="column.key === 'status'">