ludc
2024-01-08 2ab725f7c48945cf134cbb30bade9ea6a644a71d
Merge remote-tracking branch 'origin/master'
已修改3个文件
7 ■■■■■ 文件已修改
Source/UBCS-WEB/src/components/Theme/ThemeTemplatePro.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/template/FlowPath.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/template/Stage.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/UBCS-WEB/src/components/Theme/ThemeTemplatePro.vue
@@ -34,7 +34,7 @@
          prop: 'tab3',
        }]
      },
      checkStatus:false,//是否需要验证模板状态,
      checkStatus:false,//是否需要验证模板状态,false为关闭权限
    }
  },
  created() {
Source/UBCS-WEB/src/components/template/FlowPath.vue
@@ -47,7 +47,7 @@
      startData: [],
      form: {},
      option: {
        height: 'auto',
        height: 285,
        border: true,
        align: 'center',
        menu: !this.checkStatus || this.crudLCStatus == 'Editing',
Source/UBCS-WEB/src/components/template/Stage.vue
@@ -55,7 +55,6 @@
  },
  data() {
    const options = {
      height: "auto",
      border: true,
      addBtn: false,
      align: 'center',
@@ -111,7 +110,7 @@
      ],
      option: {
        ...options,
        height: 'auto',
        height: 330,
        column: [
          {label: '模板编号', prop: 'modelKey'},
          {label: '模板名称', prop: 'modelName'},