公告板
版本库
filestore
活动
搜索
登录
main
/
JC34WMS
石药百克生物制药
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
托盘明细增加所属仓库、区域查询条件
bklLiudl
3 天以前
5cd857c91bd49e276274f6df6b9a126febfbf978
[JC34WMS.git]
/
HTML
/
vueJs
/
src
/
components
/
color-picker
/
prefixMixin.js
1
2
3
4
5
6
7
8
9
10
export default {
data() {
return {
prefixCls: 'ivu-color-picker',
inputPrefixCls: 'ivu-input',
iconPrefixCls: 'ivu-icon',
transferPrefixCls: 'ivu-transfer',
};
},
};