feat: user remark

fix: remove oauth redirect url
This commit is contained in:
lejianwen
2025-07-08 12:18:25 +08:00
parent 9b2af8794a
commit 5bbf0ca7d8
10 changed files with 27 additions and 2 deletions
+3
View File
@@ -32,6 +32,9 @@
:inactive-value="DISABLE_STATUS"
></el-switch>
</el-form-item>
<el-form-item :label="T('Remark')" prop="remark">
<el-input v-model="form.remark"></el-input>
</el-form-item>
<el-form-item>
<el-button @click="cancel">{{ T('Cancel') }}</el-button>
<el-button @click="submit" type="primary">{{ T('Submit') }}</el-button>
+1
View File
@@ -33,6 +33,7 @@
></el-switch>
</template>
</el-table-column>
<el-table-column prop="remark" :label="T('Remark')" align="center"/>
<el-table-column prop="created_at" :label="T('CreatedAt')" align="center"/>
<el-table-column prop="updated_at" :label="T('UpdatedAt')" align="center"/>
<el-table-column :label="T('Actions')" align="center" width="650">