Explorar el Código

修改列表操作栏按钮颜色

master
xiaxl hace 2 años
padre
commit
330b54892d
Se han modificado 3 ficheros con 19 adiciones y 12 borrados
  1. +9
    -6
      smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_table.ftl
  2. +5
    -3
      smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl
  3. +5
    -3
      smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl

+ 9
- 6
smtweb-framework/bpm/src/main/resources/static/template/incModel/inc_list_table.ftl Ver fichero

@@ -47,11 +47,12 @@
"type": "fx-button",
"props": {
"label": "编辑",
"type": "text",
"type": "primary",
"leftIcon": "edit",
"action": "button:edit",
"dataset": "${group.dataset}",
"link": true,
"text": true,
"link": false,
"linkType": "",
"nextAction": "",
"fxLink": ""
@@ -63,10 +64,11 @@
"type": "fx-button",
"props": {
"label": "编辑",
"type": "text",
"type": "primary",
"leftIcon": "edit",
"action": "button:edit",
"link": true,
"link": false,
"text": true,
"linkType": "dialog",
"fxLink": "dialog:editDialog",
"fxLink_text": "${param.editTitle}",
@@ -79,11 +81,12 @@
"type": "fx-button",
"props": {
"label": "删除",
"type": "text",
"type": "danger",
"leftIcon": "delete-themes",
"action": "button:remove",
"preAction": "",
"link": true,
"link": false,
"text": true,
"confirm": ""
}
}


+ 5
- 3
smtweb-framework/bpm/src/main/resources/static/template/model_list_list.ftl Ver fichero

@@ -423,7 +423,8 @@
"type": "primary",
"leftIcon": "edit",
"action": "button:edit",
"link": true,
"link": false,
"text": true,
"dataset": "${param.editDs_main}",
"linkType": "dialog",
"fxLink": "dialog:editDict",
@@ -435,10 +436,11 @@
"type": "fx-button",
"props": {
"label": "删除",
"type": "primary",
"type": "danger",
"leftIcon": "delete",
"action": "button:remove",
"link": true,
"link": false,
"text": true,
"dataset": "${param.editDs_main}",
"preAction": ""
},


+ 5
- 3
smtweb-framework/bpm/src/main/resources/static/template/model_tree_list.ftl Ver fichero

@@ -286,7 +286,8 @@
"type": "primary",
"leftIcon": "edit",
"action": "button:edit",
"link": true,
"link": false,
"text": true,
"dataset": "${param.editDs}",
"linkType": "dialog",
"fxLink": "dialog:editMainDialog",
@@ -298,10 +299,11 @@
"type": "fx-button",
"props": {
"label": "删除",
"type": "primary",
"type": "danger",
"leftIcon": "delete",
"action": "button:remove",
"link": true,
"link": false,
"text": true,
"dataset": "${param.editDs}",
"preAction": ""
},


Cargando…
Cancelar
Guardar