|
@@ -81,7 +81,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <drawer @onSuccess="listData"></drawer>
|
|
|
|
|
|
+ <drawer :drawerWidth="drawerWidth" @onSuccess="listData"></drawer>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -89,7 +89,7 @@
|
|
import {mapGetters} from 'vuex'
|
|
import {mapGetters} from 'vuex'
|
|
export default {
|
|
export default {
|
|
componentName:'normalTable',
|
|
componentName:'normalTable',
|
|
- props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle','hidePagination','hideSearch','statusHideDetailBtn','specialKey'],
|
|
|
|
|
|
+ props:['tableName','idName','tableData','apiId','formPath','oldFormPath','options','autoQuery','detailPath','customTitle','hidePagination','hideSearch','statusHideDetailBtn','specialKey','drawerWidth'],
|
|
components:{
|
|
components:{
|
|
tableTemp: () => import('./modules/table.vue'),
|
|
tableTemp: () => import('./modules/table.vue'),
|
|
setColumn: () => import('./modules/setColumn.vue'),
|
|
setColumn: () => import('./modules/setColumn.vue'),
|