@kmkf-fe-packages/basic-components 2.2.31-beta.60 → 2.2.31-beta.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +10 -0
- package/dist/index.js +10 -0
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -14815,6 +14815,16 @@ var wdtColumns = [{
|
|
|
14815
14815
|
render: function render(price) {
|
|
14816
14816
|
return price || price === 0 ? Number(price).toFixed(2) : '';
|
|
14817
14817
|
}
|
|
14818
|
+
}, {
|
|
14819
|
+
dataIndex: 'specUnitName',
|
|
14820
|
+
title: '基本单位',
|
|
14821
|
+
width: 150,
|
|
14822
|
+
render: renderTextEllipsis
|
|
14823
|
+
}, {
|
|
14824
|
+
dataIndex: 'specAuxUnitName',
|
|
14825
|
+
title: '辅助单位',
|
|
14826
|
+
width: 150,
|
|
14827
|
+
render: renderTextEllipsis
|
|
14818
14828
|
}];
|
|
14819
14829
|
|
|
14820
14830
|
var bse3Columns = [{
|
package/dist/index.js
CHANGED
|
@@ -14830,6 +14830,16 @@ var wdtColumns = [{
|
|
|
14830
14830
|
render: function render(price) {
|
|
14831
14831
|
return price || price === 0 ? Number(price).toFixed(2) : '';
|
|
14832
14832
|
}
|
|
14833
|
+
}, {
|
|
14834
|
+
dataIndex: 'specUnitName',
|
|
14835
|
+
title: '基本单位',
|
|
14836
|
+
width: 150,
|
|
14837
|
+
render: renderTextEllipsis
|
|
14838
|
+
}, {
|
|
14839
|
+
dataIndex: 'specAuxUnitName',
|
|
14840
|
+
title: '辅助单位',
|
|
14841
|
+
width: 150,
|
|
14842
|
+
render: renderTextEllipsis
|
|
14833
14843
|
}];
|
|
14834
14844
|
|
|
14835
14845
|
var bse3Columns = [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kmkf-fe-packages/basic-components",
|
|
3
|
-
"version": "2.2.31-beta.
|
|
3
|
+
"version": "2.2.31-beta.65",
|
|
4
4
|
"description": "> TODO: description",
|
|
5
5
|
"homepage": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"watch": "nodemon --ignore dist/ --ignore node_modules/ --watch src/ -C -e ts,tsx,less --debug -x 'yarn async'"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.
|
|
23
|
+
"@kmkf-fe-packages/kmkf-utils": "2.2.31-beta.65",
|
|
24
24
|
"ahooks": "^3.7.4",
|
|
25
25
|
"ali-react-table": "2.6.1",
|
|
26
26
|
"bignumber.js": "^9.1.2",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "61449afc3480b0c9a18e5ccccdaedc3647a4d2e9"
|
|
70
70
|
}
|