-
-
-
{
+ return {
+ style: {
+ 'padding-left': '60px !important'
+ }
+ }
+ },
+ customCell: () => {
+ return {
+ style: {
+ 'padding-left': '60px !important'
+ }
+ }
}
},
{
title: 'FACILITY ID',
- align: 'center',
+ align: 'left',
dataIndex: 'facilityId',
width: 100
},
{
title: 'FACILITY NAME',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'facilityName'
},
{
title: 'TYPE',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'type'
},
{
title: 'LOCATION',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'location'
},
{
title: 'LONGITUDE',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'longitude'
},
{
title: 'LATITUDE',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'latitude'
},
{
title: 'STATUS',
- align: 'center',
+ align: 'left',
width: 100,
dataIndex: 'status'
}
@@ -224,10 +238,13 @@ export default {
type: 'a-input',
name: 'facilityName',
props: {
- allowClear: true
+ allowClear: true,
+ style: {
+ width: '261px'
+ }
},
style: {
- width: '300px'
+ width: 'auto'
}
},
{
@@ -238,10 +255,13 @@ export default {
options: this.typeList,
allowClear: true,
showSearch: true,
- filterOption: this.filterOption
+ filterOption: this.filterOption,
+ style: {
+ width: '261px'
+ }
},
style: {
- width: '300px'
+ width: 'auto'
}
},
{
@@ -252,10 +272,13 @@ export default {
options: this.locationList,
allowClear: true,
showSearch: true,
- filterOption: this.filterOption
+ filterOption: this.filterOption,
+ style: {
+ width: '261px'
+ }
},
style: {
- width: '300px'
+ width: 'auto'
}
},
{
@@ -266,10 +289,13 @@ export default {
getPopupContainer: () => {
return document.body
},
- dictCode: 'NUCLEARFACILITY_STATUS'
+ dictCode: 'NUCLEARFACILITY_STATUS',
+ style: {
+ width: '261px'
+ }
},
style: {
- width: '300px'
+ width: 'auto'
}
}
]
diff --git a/src/views/system/PermissionDataRuleList.vue b/src/views/system/PermissionDataRuleList.vue
index 35d056e..8b0748e 100644
--- a/src/views/system/PermissionDataRuleList.vue
+++ b/src/views/system/PermissionDataRuleList.vue
@@ -1,6 +1,6 @@
@@ -16,25 +16,25 @@
-
-
+
+
-
-
+
+
- 查询
- 重置
+ Search
+ Reset
- 添加
+ Add
@@ -52,11 +52,11 @@
- 编辑
+ Edit
- handleDelete(record.id)">
- 删除
+ handleDelete(record.id)">
+ Delete
@@ -73,26 +73,26 @@
const columns = [
{
- title: '规则名称',
+ title: 'Role Name',
dataIndex: 'ruleName',
key: 'ruleName',
width:150,
},
{
- title: '规则字段',
+ title: 'Role Column',
dataIndex: 'ruleColumn',
key: 'ruleColumn',
width:150,
},
{
- title: '规则值',
+ title: 'Rule Value',
dataIndex: 'ruleValue',
key: 'ruleValue',
width:150,
scopedSlots: {customRender: "ruleValueText"}
},
{
- title: '操作',
+ title: 'Action',
dataIndex: 'action',
scopedSlots: {customRender: 'action'},
align: 'center'
@@ -150,7 +150,7 @@
},
addPermissionRule() {
this.$refs.modalForm.add(this.permId)
- this.$refs.modalForm.title = '新增'
+ this.$refs.modalForm.title = 'Add'
},
searchQuery() {
var params = this.getQueryParams();
diff --git a/src/views/system/RoleUserList.vue b/src/views/system/RoleUserList.vue
index 025e61a..5fde23f 100644
--- a/src/views/system/RoleUserList.vue
+++ b/src/views/system/RoleUserList.vue
@@ -1,87 +1,68 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
- Search
- Reload
-
-
-
-
-
+
+
+
+
+ Add
+
+
+
+
+ Import
+
+
+
+
+ Export
+
+
+
-
-
ADD
-
-
- Import
-
-
Export
-
-
-
-
-
- User
-
+ :rowSelection="{ selectedRowKeys: selectedRowKeys1, onChange: onSelectChange1, type: 'radio' }"
+ :scroll="{ y: 'calc(100vh - 365px)' }"
+ @change="handleTableChange"
+ >
+
+ User
+
-
-
- More
-
-
-
- Perssion
-
-
- Edit
-
-
- handleDelete1(record.id)">
- Delete
-
-
-
-
-
+
+ More
+
+
+ Authorize
+
+
+ Edit
+
+
+ handleDelete1(record.id)" :cancelButtonProps="{ props: { type: 'warn' } }">
+ Delete
+
+
+
+
+
@@ -95,78 +76,61 @@
-