feat: user remark
fix: remove oauth redirect url
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user