vue2-client 1.9.96 → 1.9.97

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": "vue2-client",
3
- "version": "1.9.96",
3
+ "version": "1.9.97",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve --no-eslint",
@@ -148,7 +148,7 @@
148
148
  <x-form-item
149
149
  class="innerTable"
150
150
  :form="record"
151
- :attr="getFromItem(item.dataIndex)"
151
+ :attr="getFromItem(item.dataIndex,text, record, index)"
152
152
  :service-name="serviceName"
153
153
  mode="新增/修改"
154
154
  :env="env"