af-mobile-client-vue3 1.3.80 → 1.3.82

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": "af-mobile-client-vue3",
3
3
  "type": "module",
4
- "version": "1.3.80",
4
+ "version": "1.3.82",
5
5
  "packageManager": "pnpm@10.13.1",
6
6
  "description": "Vue + Vite component lib",
7
7
  "engines": {
@@ -1186,7 +1186,6 @@ function handleCheckboxChange(item: any, checked: boolean) {
1186
1186
  .tag-content {
1187
1187
  display: flex;
1188
1188
  align-items: center;
1189
- //white-space: nowrap;
1190
1189
  }
1191
1190
  .tag-icon {
1192
1191
  margin-right: 4px;
@@ -1196,6 +1195,7 @@ function handleCheckboxChange(item: any, checked: boolean) {
1196
1195
  }
1197
1196
  .tag-title {
1198
1197
  font-weight: normal;
1198
+ white-space: nowrap;
1199
1199
  }
1200
1200
  }
1201
1201
  }
@@ -1346,7 +1346,7 @@ function findOptionInTree(options, value) {
1346
1346
  @blur="() => formTypeCheck(attr, modelData as string)"
1347
1347
  >
1348
1348
  <VanButton
1349
- v-if="!readonly && attr.inputOnAfterName && attr.inputOnAfterFunc && !attr.inputOnAfterName.includes('|')"
1349
+ v-if="!props.formReadonly && attr.inputOnAfterName && attr.inputOnAfterFunc && !attr.inputOnAfterName.includes('|')"
1350
1350
  class="action-btn"
1351
1351
  round
1352
1352
  type="primary"
@@ -117,8 +117,8 @@ function afterLoad(result) {
117
117
  <NormalDataLayout id="XCellListView" title="工作计划">
118
118
  <template #layout_content>
119
119
  <XCellList
120
- config-name="lngSaleOrderCRUD"
121
- service-name="af-gaslink"
120
+ config-name="mobile_casualSecurityCheckCRUD"
121
+ service-name="af-safecheck"
122
122
  :enable-multi-select="true"
123
123
  id-key="rr_id"
124
124
  :multi-select-actions="multiSelectActions"