@xilonglab/vue-main 0.8.1 → 0.8.3
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
|
@@ -195,7 +195,7 @@ const { refs, api, params, obj, chartOptions, total } = inject('injections')
|
|
|
195
195
|
</template>
|
|
196
196
|
</el-row>
|
|
197
197
|
<slot name="items" />
|
|
198
|
-
</xl-form-dialog
|
|
198
|
+
</xl-table-form-dialog>
|
|
199
199
|
<slot name="others" />
|
|
200
200
|
<xl-message-dialog :ref="refs.deleteDialog" message="确认删除?" @confirm="() => api.delete()" />
|
|
201
201
|
</div>
|