mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-07 21:28:12 +00:00
no message
This commit is contained in:
parent
bb3f1f2c10
commit
8237cd21ed
@ -24,8 +24,8 @@
|
||||
<Select v-model="keys.identity" :placeholder="$L('请选择')">
|
||||
<Option value="">{{$L('全部')}}</Option>
|
||||
<Option value="admin">{{$L('管理员')}}</Option>
|
||||
<Option value="disable">{{$L('禁用')}}</Option>
|
||||
<Option value="noadmin">{{$L('非管理员')}}</Option>
|
||||
<Option value="disable">{{$L('禁用')}}</Option>
|
||||
<Option value="nodisable">{{$L('非禁用')}}</Option>
|
||||
</Select>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="setting-system-item">
|
||||
<div class="setting-component-item">
|
||||
<Form ref="formDatum" label-width="auto" @submit.native.prevent>
|
||||
<Row class="setting-template">
|
||||
<Col span="8">{{$L('名称')}}</Col>
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="setting-system-item">
|
||||
<div class="setting-component-item">
|
||||
<Form ref="formData" :model="formData" :rules="ruleData" label-width="auto" @submit.native.prevent>
|
||||
<div class="email-setting-box">
|
||||
<h3>{{ $L('邮箱服务器设置') }}</h3>
|
||||
@ -92,10 +92,6 @@ export default {
|
||||
this.formData = $A.cloneJSON(this.formDatum_bak);
|
||||
},
|
||||
|
||||
formArchived(value) {
|
||||
this.formData = {...this.formData, auto_archived: value};
|
||||
},
|
||||
|
||||
systemSetting(save) {
|
||||
this.loadIng++;
|
||||
this.$store.dispatch("call", {
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="setting-system-item">
|
||||
<div class="setting-component-item">
|
||||
<Form ref="formDatum" :model="formDatum" label-width="auto" @submit.native.prevent>
|
||||
<FormItem :label="$L('允许注册')" prop="reg">
|
||||
<RadioGroup v-model="formDatum.reg">
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="setting-system-item">
|
||||
<div class="setting-component-item">
|
||||
<Form ref="formDatum" label-width="auto" @submit.native.prevent>
|
||||
<Row class="setting-color">
|
||||
<Col span="12">{{$L('名称')}}</Col>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user