meixioacomponent 0.4.79 → 0.4.80
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 +1 -1
- package/src/component/test.vue +4 -4
package/package.json
CHANGED
package/src/component/test.vue
CHANGED
|
@@ -312,7 +312,7 @@ export default {
|
|
|
312
312
|
}
|
|
313
313
|
</style> -->
|
|
314
314
|
|
|
315
|
-
|
|
315
|
+
<template>
|
|
316
316
|
<div class="page-table-wrap" ref="pageTableWrap" v-if="show">
|
|
317
317
|
<base-pro-table
|
|
318
318
|
ref="table"
|
|
@@ -545,12 +545,12 @@ export default {
|
|
|
545
545
|
height: 100%;
|
|
546
546
|
background: inherit;
|
|
547
547
|
}
|
|
548
|
-
</style>
|
|
548
|
+
</style>
|
|
549
549
|
|
|
550
550
|
<!-- 普通表单 -->
|
|
551
551
|
|
|
552
552
|
<!-- 上传表单 -->
|
|
553
|
-
<template>
|
|
553
|
+
<!-- <template>
|
|
554
554
|
<base-dialog-form
|
|
555
555
|
ref="dialogFormVue"
|
|
556
556
|
:title="`测试表格`"
|
|
@@ -806,7 +806,7 @@ export default {
|
|
|
806
806
|
}
|
|
807
807
|
</script>
|
|
808
808
|
|
|
809
|
-
<style></style>
|
|
809
|
+
<style></style> -->
|
|
810
810
|
|
|
811
811
|
<!-- <template>
|
|
812
812
|
<div>
|