去掉弹框高度配置、新版已有自适应特性

dev
smallchill 6 years ago
parent 4679f3c7eb
commit 8189c0872d
  1. 6
      src/const/system/dict.js
  2. 2
      src/const/system/dictbiz.js
  3. 1
      src/views/authority/apiscope.vue
  4. 1
      src/views/authority/datascope.vue
  5. 1
      src/views/authority/role.vue
  6. 1
      src/views/desk/notice.vue
  7. 1
      src/views/flow/follow.vue
  8. 1
      src/views/flow/manager.vue
  9. 1
      src/views/flow/model.vue
  10. 1
      src/views/system/tenant.vue
  11. 1
      src/views/system/topmenu.vue
  12. 1
      src/views/system/user.vue
  13. 1
      src/views/tool/code.vue
  14. 1
      src/views/tool/datasource.vue
  15. 1
      src/views/util/demo/dict-classic.vue
  16. 1
      src/views/util/demo/dict-horizontal.vue
  17. 1
      src/views/util/demo/dict-vertical.vue
  18. 1
      src/views/work/claim.vue
  19. 1
      src/views/work/done.vue
  20. 1
      src/views/work/send.vue
  21. 1
      src/views/work/start.vue
  22. 1
      src/views/work/todo.vue

@ -1,7 +1,7 @@
export const optionParent = {
height: 'auto',
tip: false,
searchShow: false,
searchShow: false,
tree: true,
border: true,
index: true,
@ -9,7 +9,6 @@ export const optionParent = {
viewBtn: true,
menuWidth: 150,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",
@ -89,7 +88,7 @@ export const optionParent = {
export const optionChild = {
height: 'auto',
tip: false,
searchShow: false,
searchShow: false,
tree: true,
border: true,
index: true,
@ -97,7 +96,6 @@ export const optionChild = {
viewBtn: true,
menuWidth: 150,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",

@ -9,7 +9,6 @@ export const optionParent = {
viewBtn: true,
menuWidth: 150,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",
@ -97,7 +96,6 @@ export const optionChild = {
viewBtn: true,
menuWidth: 150,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",

@ -304,7 +304,6 @@
selection: true,
menuWidth: 200,
dialogWidth: 900,
dialogHeight: 230,
column: [
{
label: "权限名称",

@ -307,7 +307,6 @@
selection: true,
menuWidth: 200,
dialogWidth: 900,
dialogHeight: 510,
column: [
{
label: "权限名称",

@ -113,7 +113,6 @@
selection: true,
viewBtn: true,
dialogWidth: 900,
dialogHeight: 400,
column: [
{
label: "角色名称",

@ -58,7 +58,6 @@
option: {
height: 'auto',
dialogWidth: 900,
dialogHeight: 530,
tip: false,
searchShow: false,
border: true,

@ -73,7 +73,6 @@
addBtn: false,
viewBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 100,
column: [
{

@ -150,7 +150,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

@ -153,7 +153,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

@ -56,7 +56,6 @@
selection: true,
viewBtn: true,
dialogWidth: 900,
dialogHeight: 400,
column: [
{
label: "租户ID",

@ -97,7 +97,6 @@
viewBtn: true,
selection: true,
dialogWidth: 900,
dialogHeight: 200,
column: [
{
label: "菜单名",

@ -123,7 +123,6 @@
index: true,
selection: true,
viewBtn: true,
dialogHeight: 450,
dialogType: 'drawer',
column: [
{

@ -66,7 +66,6 @@
option: {
height: 'auto',
dialogWidth: 900,
dialogHeight: 500,
tip: false,
searchShow: false,
border: true,

@ -50,7 +50,6 @@
option: {
height: 'auto',
dialogWidth: 900,
dialogHeight: 330,
tip: false,
searchShow: false,
border: true,

@ -80,7 +80,6 @@
viewBtn: true,
menuWidth: 300,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",

@ -126,7 +126,6 @@
viewBtn: true,
menuWidth: 300,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",

@ -131,7 +131,6 @@
height: 300,
menuWidth: 300,
dialogWidth: 880,
dialogHeight: 320,
column: [
{
label: "字典编号",

@ -99,7 +99,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

@ -92,7 +92,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

@ -96,7 +96,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

@ -101,7 +101,6 @@
delBtn: false,
menuWidth: 150,
dialogWidth: 900,
dialogHeight: 400,
column: [
{
label: "流程分类",

@ -99,7 +99,6 @@
viewBtn: false,
delBtn: false,
dialogWidth: 900,
dialogHeight: 400,
menuWidth: 150,
column: [
{

Loading…
Cancel
Save