@bdsoft/element 1.1.7 → 1.1.8
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/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as ElementPlus from 'element-plus'
|
|
2
|
-
import { dayjs } from 'element-plus'
|
|
2
|
+
// import { dayjs } from 'element-plus'
|
|
3
3
|
// const dayjs = dayjsModule.default || dayjsModule;
|
|
4
4
|
|
|
5
5
|
import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
|
|
@@ -81,6 +81,6 @@ export * from './utils/index.js'
|
|
|
81
81
|
export * from './global/index'
|
|
82
82
|
export * from './utils/hookDialog.js'
|
|
83
83
|
export * from './utils/hookPage.js' // 分页hook函数
|
|
84
|
-
export { dayjs }
|
|
84
|
+
// export { dayjs }
|
|
85
85
|
// 导出所有组件
|
|
86
86
|
export * from './src/index.js'
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
<!-- 信息面板 -->
|
|
34
34
|
<div class="milestone-info">
|
|
35
35
|
<div class="milestone-name">{{ item.name }}</div>
|
|
36
|
-
<div class="milestone-date">{{ dayjs(item.rq).format('YYYY-MM-DD') }}</div>
|
|
36
|
+
<!-- <div class="milestone-date">{{ dayjs(item.rq).format('YYYY-MM-DD') }}</div> -->
|
|
37
37
|
|
|
38
38
|
</div>
|
|
39
39
|
</template>
|