@bdsoft/element 1.1.6 → 1.1.7

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bdsoft/element",
3
3
  "description": "内部UI组件",
4
- "version": "1.1.6",
4
+ "version": "1.1.7",
5
5
  "type": "module",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -11,7 +11,6 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@element-plus/icons-vue": "^2.3.2",
14
- "dayjs": "^1.11.19",
15
14
  "element-plus": "2.13.1",
16
15
  "splitpanes": "4.0.4"
17
16
  }
@@ -17,7 +17,7 @@
17
17
  <template v-if="index % 2 === 0">
18
18
  <!-- 信息面板 -->
19
19
  <div class="milestone-info">
20
- <div class="milestone-date">{{ dayjs(item.rq).format('YYYY-MM-DD') }}</div>
20
+ <!-- <div class="milestone-date">{{ dayjs(item.rq).format('YYYY-MM-DD') }}</div> -->
21
21
  <div class="milestone-name">{{ item.name }}</div>
22
22
  </div>
23
23
  <!-- 竖线连接 -->
@@ -48,7 +48,7 @@
48
48
 
49
49
  <script setup>
50
50
  import { ref, computed } from 'vue';
51
- import { dayjs } from '../../../index.js'
51
+ // import { dayjs } from '../../../index.js'
52
52
  import BdEmpty from '../../components/empty/empty.vue'
53
53
  // 接收父组件传递的里程碑数据 const bgColor = ref('#0ea5e9') // 0ea5e9
54
54
  const props = defineProps({