forked from qiushanhe/dm-manage-web
数据权限
This commit is contained in:
@@ -165,22 +165,16 @@
|
|||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<!-- <el-col :span="12">
|
<el-row>
|
||||||
<el-form-item label="小程序权限">
|
<el-col :span="12">
|
||||||
<el-radio-group v-model="form.hasStudent">
|
<el-radio-group v-model="form.dataScope">
|
||||||
<el-radio :label="true">开通</el-radio>
|
<el-radio :label="1">全部数据</el-radio>
|
||||||
<el-radio :label="false">关闭</el-radio>
|
<el-radio :label="2">部门数据</el-radio>
|
||||||
|
<el-radio :label="3">个人数据</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
</el-form-item>
|
</el-col>
|
||||||
</el-col> -->
|
</el-row>
|
||||||
<!-- <el-col :span="12">
|
|
||||||
<el-form-item label="管理系统权限">
|
|
||||||
<el-radio-group v-model="form.hasSys">
|
|
||||||
<el-radio :label="true">开通</el-radio>
|
|
||||||
<el-radio :label="false">关闭</el-radio>
|
|
||||||
</el-radio-group>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col> -->
|
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item label="备注">
|
<el-form-item label="备注">
|
||||||
@@ -402,7 +396,8 @@ export default {
|
|||||||
areaList: [],
|
areaList: [],
|
||||||
weight: undefined,
|
weight: undefined,
|
||||||
count: true,
|
count: true,
|
||||||
signPlace: undefined
|
signPlace: undefined,
|
||||||
|
dataScope: 3// 默认个人数据
|
||||||
};
|
};
|
||||||
this.resetForm('form');
|
this.resetForm('form');
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user