@zscreate/zhxy-app-component 1.0.247 → 1.0.249

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.
@@ -147,7 +147,7 @@
147
147
  </view>
148
148
  </view>
149
149
  </view>
150
- <view class="verify-cot" style="position: initial;">
150
+ <view class="verify-cot" :style="{position:item.model === verifyNode ? 'initial' : 'relative'}">
151
151
  <m-textarea
152
152
  :max-length="item.options.commentsLength"
153
153
  show-word-limit
@@ -157,7 +157,7 @@
157
157
  </m-textarea>
158
158
  </view>
159
159
  <!-- #ifdef HBSF-MODE -->
160
- <view style="display: flex;align-items: center;background-color: #fff;padding: 20rpx 30rpx;">
160
+ <view style="display: flex;align-items: center;background-color: #fff;padding: 20rpx 30rpx;" v-if="item.model === verifyNode">
161
161
  <view style="color: #808080;">推荐审核意见:</view>
162
162
  <view style="display: flex;justify-content: space-between;">
163
163
  <view class="form-input-suggest" @click="models[item.model].comments = '同意'">同意</view>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.247",
3
+ "version": "1.0.249",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",