@ebiz/designer-components 0.1.110 → 0.1.111

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@ebiz/designer-components",
3
- "version": "0.1.110",
3
+ "version": "0.1.111",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -13,11 +13,6 @@
13
13
 
14
14
  <!-- 流程基本信息 -->
15
15
  <div v-if="state.processInfo" class="process-info">
16
- <div class="info-item" v-if="getStartUserInfo().userId">
17
- <span class="label">发起人:</span>
18
- <user-info :userId="getStartUserInfo().userId" :userInfo="getStartUserInfo().userInfo"
19
- avatar-size="small" name-size="small" :show-job-number="true" :show-department="false" />
20
- </div>
21
16
  <div class="info-item">
22
17
  <span class="label">发起时间:</span>
23
18
  <span>{{ state.processInfo.startTimeStr || '--' }}</span>
@@ -166,7 +161,7 @@
166
161
  <div class="card">
167
162
  <div class="card-header">
168
163
  <span class="title">备注 <span v-if="state.remarks.length > 0">({{ state.remarks.length
169
- }})</span></span>
164
+ }})</span></span>
170
165
  <div class="card-actions">
171
166
  <t-button variant="text" @click="showAddRemarkDialog">添加备注</t-button>
172
167
  </div>