zhangchengsong
14 小时以前 f59f3b24814387573b5bca9a9b6c832a3720ee7e
项目代码/WIDESEAWCS_Client/config/buttons.js
@@ -138,7 +138,7 @@
    }
},
    {
        name: "鎵嬪姩浠诲姟瀹屾垚",
        name: "鎵嬪姩瀹屾垚浠诲姟",
        icon: '',
        class: '',
        value: 'TaskHandCompleted',
@@ -147,14 +147,33 @@
        }
    },
    {
        name: "鎵嬪姩浠诲姟鍙栨秷",
        name: "鎵嬪姩鍙栨秷浠诲姟",
        icon: '',
        class: '',
        value: 'TaskHandCancel',
        type: 'primary',
        type: 'danger',
        onClick: function () {
        }
    },
    {
        name: "鎵嬪姩鎿嶄綔涓績",
        icon: '',
        class: '',
        value: 'CreateManualTask',
        type: 'success',
        onClick: function () {
        }
    },
    {
        name: "鎵嬪姩鍒犻櫎浠诲姟",
        icon: '',
        class: '',
        value: 'CreateDelete',
        type: 'danger',
        onClick: function () {
        }
    },
]