-
- {{$t('m_tableKey_role')}}:
-
-
- {{$t('m_custom_dashboard')}}:
-
+
+
+
+
+
+ {{$t('m_tableKey_role')}}:
-
-
+
+ {{$t('m_custom_dashboard')}}:
+
+
+
-
-
+
-
+
{
this.$Message.success(this.$t('m_tips_success'))
- this.$root.JQ('#set_dashboard_modal').modal('hide')
+ this.isShowProcessConfigModel = false
+ // this.$root.JQ('#set_dashboard_modal').modal('hide')
this.getViewList()
})
},
@@ -533,7 +534,7 @@ export default {
setDashboard() {
this.request('GET',this.pathMap.portalConfig, '', responseData => {
this.processConfigModel.dashboardConfig = responseData
- this.$root.JQ('#set_dashboard_modal').modal('show')
+ this.isShowProcessConfigModel = true
})
},
goToPanal(panalItem, type) {
@@ -667,6 +668,13 @@ body::-webkit-scrollbar {
// display: none;
}
+.dashboard-config-selection {
+ width:200px;
+ .ivu-select-selection {
+ height: 34px !important;
+ }
+}
+